- 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
+5 -3
View File
@@ -145,6 +145,7 @@
android:id="@+id/CodecSpinners"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="8dp"
android:orientation="vertical" >
</LinearLayout>
@@ -163,7 +164,7 @@
android:id="@+id/mediaNatSpinner"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:popupBackground="@drawable/spinner_background" >
android:paddingTop="8dp" >
</Spinner>
<TextView
@@ -206,7 +207,7 @@
android:id="@+id/mediaEncSpinner"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:popupBackground="@drawable/spinner_background" >
android:paddingTop="8dp" >
</Spinner>
<TextView
@@ -233,7 +234,8 @@
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal" >
android:orientation="horizontal"
android:paddingTop="10dp">
<TextView
android:id="@+id/DefaultTitle"
android:layout_width="wrap_content"
+1 -2
View File
@@ -223,8 +223,7 @@
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:layout_gravity="end"
android:popupBackground="@drawable/spinner_background" >
android:layout_gravity="end" >
</Spinner>
</RelativeLayout>