aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/cachelist_spinneritem.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/cachelist_spinneritem.xml')
-rw-r--r--main/res/layout/cachelist_spinneritem.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/main/res/layout/cachelist_spinneritem.xml b/main/res/layout/cachelist_spinneritem.xml
index 58e070e..fce9b88 100644
--- a/main/res/layout/cachelist_spinneritem.xml
+++ b/main/res/layout/cachelist_spinneritem.xml
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
-
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
- android:orientation="vertical" android:layout_width="match_parent"
+ style="?attr/spinnerDropDownItemStyle"
+ android:layout_width="match_parent"
android:layout_height="?attr/dropdownListPreferredItemHeight"
- android:minHeight="?attr/dropdownListPreferredItemHeight"
android:layout_gravity="left|center_vertical"
- style="?attr/spinnerDropDownItemStyle"
- >
-
+ android:minHeight="?attr/dropdownListPreferredItemHeight"
+ android:orientation="vertical"
+ tools:context=".CacheListSpinnerAdapter" >
<TextView
android:id="@android:id/text1"