1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-24 20:23:24 +00:00

white logo and popupTheme

This commit is contained in:
Kyle Spearrin
2019-05-29 17:14:15 -04:00
parent 886f356525
commit 6e91d66b2c
3 changed files with 7 additions and 2 deletions

View File

@@ -40,6 +40,7 @@
<item name="android:datePickerDialogTheme">@style/AppCompatDialogStyle</item>
<item name="android:colorActivatedHighlight">@android:color/transparent</item>
<item name="android:textCursorDrawable">@null</item>
<item name="popupTheme">@style/ThemeOverlay.AppCompat</item>
</style>
<style name="AppCompatDialogStyle" parent="Theme.AppCompat.Light.Dialog">