diff options
Diffstat (limited to 'android/res')
| -rw-r--r-- | android/res/drawable/nowplaying.png | bin | 0 -> 8839 bytes | |||
| -rw-r--r-- | android/res/layout/appwidget_3x3.xml | 8 |
2 files changed, 7 insertions, 1 deletions
diff --git a/android/res/drawable/nowplaying.png b/android/res/drawable/nowplaying.png Binary files differnew file mode 100644 index 0000000..4ec5401 --- /dev/null +++ b/android/res/drawable/nowplaying.png diff --git a/android/res/layout/appwidget_3x3.xml b/android/res/layout/appwidget_3x3.xml index b5be535..c858463 100644 --- a/android/res/layout/appwidget_3x3.xml +++ b/android/res/layout/appwidget_3x3.xml @@ -8,8 +8,14 @@ android:background="@drawable/appwidget_background"> <!-- style="@style/appwidget_background"--> + <ImageView android:layout_height="16dp" + android:layout_width="wrap_content" + android:layout_marginTop="6dp" + android:scaleType="centerInside" + android:background="@drawable/appwidget_infodisplay_background" + android:src="@drawable/nowplaying" /> <ImageButton android:id="@+id/logo" - android:layout_marginTop="15dp" + android:layout_marginTop="6dp" android:layout_width="fill_parent" android:layout_height="130dp" android:scaleType="centerInside" |