【问题标题】:Changing the color of navigation drawer group title text更改导航抽屉组标题文本的颜色
【发布时间】:2020-08-30 23:14:00
【问题描述】:

我想更改导航抽屉中Title1 的颜色

【问题讨论】:

    标签: android material-components-android navigationview material-components android-navigationview


    【解决方案1】:

    它基于 android:textColorSecondary 颜色。

    你可以定义如下:

    <com.google.android.material.navigation.NavigationView
        android:theme="@style/ThemeOverlay.ItemGroup"
        ..>
    

    与:

      <style name="ThemeOverlay.ItemGroup" parent="">
        <item name="android:textColorSecondary">@color/....</item>
      </style>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-10-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-11-09
      • 1970-01-01
      • 1970-01-01
      • 2016-12-20
      相关资源
      最近更新 更多