mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-30 14:23:55 +01:00
Add actions and click effects to detailled bottom sheet buttons
This commit is contained in:
parent
a70d627aae
commit
a7f2b95965
11 changed files with 105 additions and 14 deletions
|
|
@ -31,4 +31,9 @@
|
|||
<color name="upload_overlay_background_dark">#77000000</color>
|
||||
<color name="upload_overlay_background_light">#44000000</color>
|
||||
|
||||
<color name="pressed_button_background_light">#64999999</color>
|
||||
<color name="focused_button_background_light">#32999999</color>
|
||||
<color name="disabled_button_text_color_light">#48000000</color>
|
||||
<color name="enabled_button_text_color_light">#B0000000</color>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue