1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-10 04:23:21 +00:00
Files
mobile/src/Android/Resources/drawable/list_item_bg.xml
Matt Portune 4aad34cd75 Dynamic theme switching and visual tweaks (#1556)
* Dynamic theme switching and visual tweaks

* update action runner to use macos-11 for iOS 15 support

* additional tweaks

* refinements

* refinements

* formatting and tweaks
2021-10-08 08:47:40 -04:00

7 lines
205 B
XML

<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="#8E8E93">
<item
android:id="@android:id/mask"
android:drawable="@android:color/white" />
</ripple>