aboutsummaryrefslogtreecommitdiff
path: root/res/layout/tab_progress.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/tab_progress.xml')
-rw-r--r--res/layout/tab_progress.xml4
1 files changed, 3 insertions, 1 deletions
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"