diff --git a/android-start-activity/AndroidManifest.xml b/android-start-activity/AndroidManifest.xml new file mode 100644 index 0000000..e2db6d2 --- /dev/null +++ b/android-start-activity/AndroidManifest.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android-start-activity/ic_launcher-web.png b/android-start-activity/ic_launcher-web.png new file mode 100644 index 0000000..a18cbb4 Binary files /dev/null and b/android-start-activity/ic_launcher-web.png differ diff --git a/android-start-activity/res/drawable-hdpi/ic_launcher.png b/android-start-activity/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..288b665 Binary files /dev/null and b/android-start-activity/res/drawable-hdpi/ic_launcher.png differ diff --git a/android-start-activity/res/layout/activity_another.xml b/android-start-activity/res/layout/activity_another.xml new file mode 100644 index 0000000..3d5933e --- /dev/null +++ b/android-start-activity/res/layout/activity_another.xml @@ -0,0 +1,15 @@ + + + + + + diff --git a/android-start-activity/res/layout/activity_main.xml b/android-start-activity/res/layout/activity_main.xml new file mode 100644 index 0000000..950fa5a --- /dev/null +++ b/android-start-activity/res/layout/activity_main.xml @@ -0,0 +1,26 @@ + + + + +