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

Commit de552cd2 authored by “Chuck's avatar “Chuck
Browse files

Adjust the the layout of the category tiles, including font size and color.

Bug: 152201119
Change-Id: I869b34b91022e1fc79c62e4abfb82c19ce7df19b
parent c7647b6e
Loading
Loading
Loading
Loading

res/color/option_title_color.xml

deleted100644 → 0
+0 −27
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2019 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item
        android:state_activated="true"
        android:color="?android:colorAccent" />
    <item
        android:state_activated="false"
        android:alpha="0.54"
        android:color="?android:colorForeground" />
    <item
        android:color="?android:colorForeground"/>
</selector>
+0 −1
Original line number Diff line number Diff line
@@ -45,7 +45,6 @@
    <!-- Note, using dp instead of sp as this text is more like a "snapshot" of the font -->
    <dimen name="theme_option_font_text_size">16dp</dimen>
    <dimen name="theme_option_font_min_text_size">15dp</dimen>
    <dimen name="theme_option_title_font_text_size">12sp</dimen>

    <dimen name="option_tile_margin_horizontal">6dp</dimen>
    <dimen name="theme_option_label_margin">4dp</dimen>
+0 −7
Original line number Diff line number Diff line
@@ -69,13 +69,6 @@

    <style name="ActionSecondaryButton" parent="android:Widget.DeviceDefault.Button.Borderless.Colored"/>

    <!-- Option tiles -->
    <style name="OptionTitleTextAppearance" parent="TitleTextAppearance">
        <item name="android:textColor">@color/option_title_color</item>
        <item name="android:textAlignment">center</item>
        <item name="android:textSize">@dimen/theme_option_title_font_text_size</item>
    </style>

    <style name="CardTitleTextAppearance" parent="TitleTextAppearance">
        <item name="android:textStyle">bold</item>
        <item name="android:textSize">@dimen/card_title_text_size</item>