[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:
@@ -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" />
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user