Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a970349a authored by marcusge's avatar marcusge
Browse files

Update component title color in Settings

doc: go/settings-color-roles-remapping-result
Test: local raven device
Bug: 299907492

Change-Id: Id84ecb16d57ffa0138197ded14e169a2d71d0098
parent 11d6424a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -14,10 +14,11 @@
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
<resources>
<resources
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
    <style name="TextAppearance.PreferenceTitle.SettingsLib"
           parent="@android:style/TextAppearance.Material.Subhead">
        <item name="android:textColor">@color/settingslib_text_color_primary</item>
        <item name="android:textColor">?androidprv:attr/materialColorOnSurface</item>
        <item name="android:fontFamily">@string/settingslib_config_headlineFontFamily</item>
        <item name="android:textSize">20sp</item>
    </style>