summaryrefslogtreecommitdiffstats
path: root/res/layout/album_appwidget3x1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/album_appwidget3x1.xml')
-rw-r--r--res/layout/album_appwidget3x1.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/res/layout/album_appwidget3x1.xml b/res/layout/album_appwidget3x1.xml
new file mode 100644
index 0000000..f9ffde0
--- /dev/null
+++ b/res/layout/album_appwidget3x1.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:background="@drawable/appwidget_bg"
+ android:orientation="horizontal" >
+
+ <ImageView
+ android:id="@+id/albumart"
+ android:layout_width="0dip"
+ android:layout_height="match_parent"
+ android:layout_weight="1.5"
+ android:adjustViewBounds="true"
+ android:scaleType="fitXY"
+ android:src="@drawable/appwidget_play_normal" />
+
+ <ImageView
+ android:id="@+id/previous"
+ android:layout_width="0dip"
+ android:layout_height="match_parent"
+ android:layout_weight="1.0"
+ android:background="@drawable/btn_bg"
+ android:scaleType="center"
+ android:src="@drawable/ic_appwidget_music_prev" />
+
+ <ImageView
+ android:id="@+id/next"
+ android:layout_width="0dip"
+ android:layout_height="match_parent"
+ android:layout_weight="1.0"
+ android:background="@drawable/btn_bg"
+ android:scaleType="center"
+ android:src="@drawable/ic_appwidget_music_next" />
+
+</LinearLayout> \ No newline at end of file