OSDN Git Service

theme engine fixes
[android-x86/packages-apps-Eleven.git] / res / layout / album_appwidget3x1.xml
index f9ffde0..55aea60 100644 (file)
@@ -1,35 +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" />
-
+<?xml version="1.0" encoding="utf-8"?>\r
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
+    android:layout_width="match_parent"\r
+    android:layout_height="match_parent"\r
+    android:background="@drawable/appwidget_bg"\r
+    android:orientation="horizontal" >\r
+\r
+    <ImageView\r
+        android:id="@+id/albumart"\r
+        android:layout_width="0dip"\r
+        android:layout_height="match_parent"\r
+        android:layout_weight="1.5"\r
+        android:adjustViewBounds="true"\r
+        android:scaleType="fitXY"\r
+        android:src="@drawable/appwidget_play_normal" />\r
+\r
+    <ImageView\r
+        android:id="@+id/previous"\r
+        android:layout_width="0dip"\r
+        android:layout_height="match_parent"\r
+        android:layout_weight="1.0"\r
+        android:background="@drawable/btn_bg"\r
+        android:scaleType="center"\r
+        android:src="@drawable/ic_appwidget_music_prev" />\r
+\r
+    <ImageView\r
+        android:id="@+id/next"\r
+        android:layout_width="0dip"\r
+        android:layout_height="match_parent"\r
+        android:layout_weight="1.0"\r
+        android:background="@drawable/btn_bg"\r
+        android:scaleType="center"\r
+        android:src="@drawable/ic_appwidget_music_next" />\r
+\r
 </LinearLayout>
\ No newline at end of file