diff options
Diffstat (limited to 'android/res')
-rw-r--r-- | android/res/drawable-hdpi/icon.png | bin | 0 -> 4147 bytes | |||
-rw-r--r-- | android/res/drawable-ldpi/icon.png | bin | 0 -> 1723 bytes | |||
-rw-r--r-- | android/res/drawable-mdpi/icon.png | bin | 0 -> 2574 bytes | |||
-rw-r--r-- | android/res/layout/main.xml | 7 | ||||
-rw-r--r-- | android/res/values/strings.xml | 5 |
5 files changed, 12 insertions, 0 deletions
diff --git a/android/res/drawable-hdpi/icon.png b/android/res/drawable-hdpi/icon.png new file mode 100644 index 0000000000..8074c4c571 --- /dev/null +++ b/android/res/drawable-hdpi/icon.png | |||
Binary files differ | |||
diff --git a/android/res/drawable-ldpi/icon.png b/android/res/drawable-ldpi/icon.png new file mode 100644 index 0000000000..1095584ec2 --- /dev/null +++ b/android/res/drawable-ldpi/icon.png | |||
Binary files differ | |||
diff --git a/android/res/drawable-mdpi/icon.png b/android/res/drawable-mdpi/icon.png new file mode 100644 index 0000000000..a07c69fa5a --- /dev/null +++ b/android/res/drawable-mdpi/icon.png | |||
Binary files differ | |||
diff --git a/android/res/layout/main.xml b/android/res/layout/main.xml new file mode 100644 index 0000000000..4361cfe8aa --- /dev/null +++ b/android/res/layout/main.xml | |||
@@ -0,0 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
3 | android:orientation="vertical" | ||
4 | android:layout_width="fill_parent" | ||
5 | android:layout_height="fill_parent" | ||
6 | > | ||
7 | </LinearLayout> | ||
diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml new file mode 100644 index 0000000000..6c3c8464fd --- /dev/null +++ b/android/res/values/strings.xml | |||
@@ -0,0 +1,5 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <resources> | ||
3 | |||
4 | <string name="app_name">Rockbox</string> | ||
5 | </resources> | ||