mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +01:00
remove white box around cursor in EditText
android:background was erroneously used instead of android:windowBackground. This was causing a white box around the cursor. Neither android:background nor android:windowBackground is needed.
This commit is contained in:
parent
ad5ee5e10e
commit
cbaa853b1c
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@
|
|||
<style name="AlertDialogCustom" parent="Theme.AppCompat.Light.Dialog.Alert">
|
||||
<item name="android:color">#000000</item>
|
||||
<item name="android:textColor">@color/text_color_toggle</item>
|
||||
<item name="android:background">#ffffff</item>
|
||||
</style>
|
||||
|
||||
<style name="AlertDialogDanger" parent="AlertDialogCustom">
|
||||
|
|
Loading…
Add table
Reference in a new issue