Merge "Fix insufficient contrast for the strings "Dimmer" and "Brighter" in the light theme" into tm-qpr-dev

This commit is contained in:
Peter Zhang
2022-09-08 05:07:30 +00:00
committed by Android (Google) Code Review

View File

@@ -69,6 +69,8 @@
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="start|top" android:layout_gravity="start|top"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="?android:attr/textColorSecondary"
android:gravity="start" android:gravity="start"
android:layout_weight="1"/> android:layout_weight="1"/>
@@ -77,6 +79,8 @@
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="end|top" android:layout_gravity="end|top"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="?android:attr/textColorSecondary"
android:gravity="end" android:gravity="end"
android:layout_weight="1"/> android:layout_weight="1"/>