aboutsummaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/abstract_list_fragment.xml8
-rw-r--r--res/layout/select_album.xml8
-rw-r--r--res/layout/tab_progress.xml4
3 files changed, 3 insertions, 17 deletions
diff --git a/res/layout/abstract_list_fragment.xml b/res/layout/abstract_list_fragment.xml
index be3889ee..4440c526 100644
--- a/res/layout/abstract_list_fragment.xml
+++ b/res/layout/abstract_list_fragment.xml
@@ -17,14 +17,6 @@
<include layout="@layout/tab_progress" />
- <TextView
- android:id="@+id/fragment_list_empty"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:padding="10dip"
- android:text="@string/common.empty"
- android:visibility="gone" />
-
<ListView
android:id="@+id/fragment_list"
android:layout_width="fill_parent"
diff --git a/res/layout/select_album.xml b/res/layout/select_album.xml
index 2189fdcc..54d47047 100644
--- a/res/layout/select_album.xml
+++ b/res/layout/select_album.xml
@@ -17,14 +17,6 @@
<include layout="@layout/tab_progress"/>
- <TextView
- android:id="@+id/select_album_empty"
- android:text="@string/select_album.empty"
- android:visibility="gone"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:padding="10dip"/>
-
<ListView
android:id="@+id/select_album_entries"
android:textFilterEnabled="true"
diff --git a/res/layout/tab_progress.xml b/res/layout/tab_progress.xml
index 53df7d18..a46dc34b 100644
--- a/res/layout/tab_progress.xml
+++ b/res/layout/tab_progress.xml
@@ -2,7 +2,8 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/tab_progress"
android:layout_width="fill_parent"
- android:layout_height="fill_parent">
+ android:layout_height="fill_parent"
+ android:clickable="true">
<LinearLayout
android:layout_width="wrap_content"
@@ -11,6 +12,7 @@
android:layout_gravity="center">
<ProgressBar
+ android:id="@+id/tab_progress_spinner"
style="?android:attr/progressBarStyleLarge"
android:layout_gravity="center_horizontal"
android:layout_marginRight="6dp"