Merge "[Fgs Manager] Increase contrast between text and background" into tm-dev am: f81c41aaee
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18150832 Change-Id: I30e9b84beafda85ab7a238bb64ebda4a99862d38 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -50,7 +50,8 @@
|
|||||||
<Button
|
<Button
|
||||||
android:id="@+id/fgs_manager_app_item_stop_button"
|
android:id="@+id/fgs_manager_app_item_stop_button"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="48dp"
|
android:layout_height="wrap_content"
|
||||||
|
android:minHeight="48dp"
|
||||||
android:text="@string/fgs_manager_app_item_stop_button_label"
|
android:text="@string/fgs_manager_app_item_stop_button_label"
|
||||||
android:layout_marginStart="12dp"
|
android:layout_marginStart="12dp"
|
||||||
style="?android:attr/buttonBarNeutralButtonStyle" />
|
style="?android:attr/buttonBarNeutralButtonStyle" />
|
||||||
|
|||||||
@@ -1111,8 +1111,9 @@
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="FgsManagerAppDuration">
|
<style name="FgsManagerAppDuration">
|
||||||
<item name="android:fontFamily">?android:attr/textAppearanceSmall</item>
|
|
||||||
<item name="android:textDirection">locale</item>
|
<item name="android:textDirection">locale</item>
|
||||||
|
<item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
|
||||||
|
<item name="android:textColor">?android:attr/textColorSecondary</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="BroadcastDialog">
|
<style name="BroadcastDialog">
|
||||||
|
|||||||
Reference in New Issue
Block a user