diff options
author | 2021-09-16 11:55:34 -0700 | |
---|---|---|
committer | 2021-09-17 17:36:05 +0000 | |
commit | 8b9ba38f8da8441384d4a15f1e794a4ac23fc528 (patch) | |
tree | 52861417b066a438fc4616c6ab4c853662ca0ac9 /res/layout | |
parent | b5c7f9e8a7a2ec4671132ae55bfde0847faff383 (diff) |
fix: fragment pick material next changes
bug: 197148124, 197148457
test: manual
Android S:
inactive:
https://screenshot.googleplex.com/4ntXTC3CTHJePay.png
https://screenshot.googleplex.com/7BLxR9mvupgVitK.png
active:
https://screenshot.googleplex.com/AWuWDnLiMYmWDME
https://screenshot.googleplex.com/BWGSYLp65iwUxbH.png
Android R:
inactive:
https://screenshot.googleplex.com/knayMzQiRk4ERxN.png
https://screenshot.googleplex.com/6dGSS3fbCHZ7da5.png
active:
https://screenshot.googleplex.com/5scWhmBRkVazKxp.png
https://screenshot.googleplex.com/8nAfbuKGjrh4SKK.png
for
bug:197148768
Android S:
https://screenshot.googleplex.com/mNwwq6p3PCrkZTm.png
https://screenshot.googleplex.com/9X7jCFhLkfLM6AR.png
Android R:
https://screenshot.googleplex.com/8zKMjFdM4gfDHRa.png
https://screenshot.googleplex.com/4eEgGAAWJJtuExp.png
Change-Id: I28c9a3511f3f482221a41f318e130e33ea84d5ec
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/fragment_pick.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/fragment_pick.xml b/res/layout/fragment_pick.xml index c3446f494..cba4ecb9a 100644 --- a/res/layout/fragment_pick.xml +++ b/res/layout/fragment_pick.xml @@ -44,6 +44,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="4dp" + android:backgroundTint="@color/fragment_pick_button_background_color" + android:textColor="@color/fragment_pick_button_text_color" android:layout_marginEnd="4dp" /> <!-- Handles touch events when button1 is disabled. --> |