aboutsummaryrefslogtreecommitdiff
path: root/res/layout/button_bar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/button_bar.xml')
-rw-r--r--res/layout/button_bar.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/res/layout/button_bar.xml b/res/layout/button_bar.xml
new file mode 100644
index 00000000..8f49c99a
--- /dev/null
+++ b/res/layout/button_bar.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/button_bar"
+ android:layout_gravity="bottom"
+ android:orientation="horizontal"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:gravity="center_horizontal"
+ android:background="@android:color/transparent">
+
+ <Button style="@style/MenuBarButton"
+ android:id="@+id/button_bar_home"
+ android:text="@string/button_bar.home"/>
+
+ <Button style="@style/MenuBarButton"
+ android:id="@+id/button_bar_music"
+ android:text="@string/button_bar.browse"/>
+
+ <Button style="@style/MenuBarButton"
+ android:id="@+id/button_bar_playlists"
+ android:text="@string/button_bar.playlists"/>
+
+ <Button style="@style/MenuBarButton"
+ android:id="@+id/button_bar_now_playing"
+ android:text="@string/button_bar.now_playing"/>
+</LinearLayout>
+