aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/layout/main_buttons.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-11-04 21:54:58 -0800
committerScott Jackson <daneren2005@gmail.com>2012-11-04 21:54:58 -0800
commite595be8821641e445a13fc792149309ba4db2712 (patch)
tree66ad3f484585a44d0752ed3d25cfdbde6fe98df3 /subsonic-android/res/layout/main_buttons.xml
parent214d05bee4a72589bac7444bce5099318c7fca5a (diff)
downloaddsub-e595be8821641e445a13fc792149309ba4db2712.tar.gz
dsub-e595be8821641e445a13fc792149309ba4db2712.tar.bz2
dsub-e595be8821641e445a13fc792149309ba4db2712.zip
Moved to dedicated offline button
Diffstat (limited to 'subsonic-android/res/layout/main_buttons.xml')
-rw-r--r--subsonic-android/res/layout/main_buttons.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/subsonic-android/res/layout/main_buttons.xml b/subsonic-android/res/layout/main_buttons.xml
index 48d5b53f..c5b3b43a 100644
--- a/subsonic-android/res/layout/main_buttons.xml
+++ b/subsonic-android/res/layout/main_buttons.xml
@@ -41,6 +41,19 @@
</LinearLayout>
</LinearLayout>
+
+ <TextView
+ android:id="@+id/main_offline"
+ android:text="@string/main.offline"
+ android:drawablePadding="12dip"
+ android:drawableLeft="@drawable/main_offline"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:gravity="center_vertical"
+ android:paddingLeft="6dp"
+ android:paddingBottom="4dp"
+ android:minHeight="50dip"/>
<TextView
android:id="@+id/main_albums"