- Do not set popup spinner background resource. Use whatever is

Android's default.
This commit is contained in:
Juha Heinanen
2019-05-29 16:49:42 +03:00
parent 1c8fc39b15
commit 108087f14e
4 changed files with 9 additions and 9 deletions
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
android:shape="rectangle" >
<solid android:color="#ffffff" />
</shape>