diff options
Diffstat (limited to 'Source/Android/res')
| -rw-r--r-- | Source/Android/res/drawable-hdpi/launcher.png | bin | 0 -> 14225 bytes | |||
| -rw-r--r-- | Source/Android/res/drawable-mdpi/launcher.png | bin | 0 -> 8634 bytes | |||
| -rw-r--r-- | Source/Android/res/drawable-xhdpi/launcher.png | bin | 0 -> 23020 bytes | |||
| -rw-r--r-- | Source/Android/res/drawable-xxhdpi/launcher.png | bin | 0 -> 82300 bytes | |||
| -rw-r--r-- | Source/Android/res/layout/main.xml | 26 | ||||
| -rw-r--r-- | Source/Android/res/values/strings.xml | 6 |
6 files changed, 32 insertions, 0 deletions
diff --git a/Source/Android/res/drawable-hdpi/launcher.png b/Source/Android/res/drawable-hdpi/launcher.png Binary files differnew file mode 100644 index 0000000000..da35bbad81 --- /dev/null +++ b/Source/Android/res/drawable-hdpi/launcher.png diff --git a/Source/Android/res/drawable-mdpi/launcher.png b/Source/Android/res/drawable-mdpi/launcher.png Binary files differnew file mode 100644 index 0000000000..03e5eea949 --- /dev/null +++ b/Source/Android/res/drawable-mdpi/launcher.png diff --git a/Source/Android/res/drawable-xhdpi/launcher.png b/Source/Android/res/drawable-xhdpi/launcher.png Binary files differnew file mode 100644 index 0000000000..28770da81f --- /dev/null +++ b/Source/Android/res/drawable-xhdpi/launcher.png diff --git a/Source/Android/res/drawable-xxhdpi/launcher.png b/Source/Android/res/drawable-xxhdpi/launcher.png Binary files differnew file mode 100644 index 0000000000..7cb72b57bb --- /dev/null +++ b/Source/Android/res/drawable-xxhdpi/launcher.png diff --git a/Source/Android/res/layout/main.xml b/Source/Android/res/layout/main.xml new file mode 100644 index 0000000000..6116f6c33d --- /dev/null +++ b/Source/Android/res/layout/main.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:orientation="vertical" > + + <TextView + android:id="@+id/TextView01" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginLeft="5dip" + android:layout_marginTop="5dip" + android:singleLine="true" + android:text="@+id/TextView01" + android:textStyle="bold" > + </TextView> + + <TextView + android:id="@+id/TextView02" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginLeft="10dip" + android:text="@+id/TextView02" > + </TextView> + +</LinearLayout> diff --git a/Source/Android/res/values/strings.xml b/Source/Android/res/values/strings.xml new file mode 100644 index 0000000000..2cfdcb6e7e --- /dev/null +++ b/Source/Android/res/values/strings.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + + <string name="app_name">Dolphin Emulator</string> + +</resources> |
