[Fgs Manager] Increase contrast between text and background

Also have the stop button wrap_content height with a min of 48 dp.

Test: AccessibilityScanner
Fixes: 229060289
Fixes: 229169052
Change-Id: I4b73e5ea2475b4949b6afb005eac6cfe4a3d11fd
This commit is contained in:
Evan Severson
2022-05-03 10:57:08 -07:00
parent 7d130a7e1f
commit 3c5617a073
2 changed files with 4 additions and 2 deletions

View File

@@ -50,7 +50,8 @@
<Button
android:id="@+id/fgs_manager_app_item_stop_button"
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:layout_marginStart="12dp"
style="?android:attr/buttonBarNeutralButtonStyle" />

View File

@@ -1111,8 +1111,9 @@
</style>
<style name="FgsManagerAppDuration">
<item name="android:fontFamily">?android:attr/textAppearanceSmall</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 name="BroadcastDialog">