【问题标题】:Palette Image View Android调色板图像视图 Android
【发布时间】:2016-06-14 13:32:41
【问题描述】:

您好,我正在尝试实现 android 的调色板。如果可以的话,是否可以使用 imageview 设置工具栏的背景颜色?我尝试将其翻译为位图,但它不起作用应用程序是一个网络浏览器,我想更改工具栏的 baxkground 颜色,使其有点像使用 favicons 的 chrome。

谢谢

【问题讨论】:

    标签: android palette android-palette


    【解决方案1】:

    你可以将图片设置为Toolbar的背景:

    <android.support.v7.widget.Toolbar
        android:id="@+id/yourToolbar"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:minHeight="?attr/actionBarSize"
        android:background="@drawable/yourImage">
    
    </android.support.v7.widget.Toolbar>
    

    【讨论】:

      猜你喜欢
      • 2011-04-20
      • 1970-01-01
      • 2014-12-29
      • 2021-12-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-03-18
      相关资源
      最近更新 更多