aboutsummaryrefslogtreecommitdiff
path: root/FilledApp/res
diff options
context:
space:
mode:
Diffstat (limited to 'FilledApp/res')
-rw-r--r--FilledApp/res/drawable-hdpi/ic_launcher.pngbin3014 -> 0 bytes
-rw-r--r--FilledApp/res/drawable-ldpi/ic_launcher.pngbin1504 -> 0 bytes
-rw-r--r--FilledApp/res/drawable-mdpi/ic_launcher.pngbin1969 -> 0 bytes
-rw-r--r--FilledApp/res/drawable-xhdpi/ic_launcher.pngbin4006 -> 0 bytes
-rw-r--r--FilledApp/res/layout/activity_main.xml107
-rw-r--r--FilledApp/res/values/strings.xml8
6 files changed, 0 insertions, 115 deletions
diff --git a/FilledApp/res/drawable-hdpi/ic_launcher.png b/FilledApp/res/drawable-hdpi/ic_launcher.png
deleted file mode 100644
index a301d57..0000000
--- a/FilledApp/res/drawable-hdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/FilledApp/res/drawable-ldpi/ic_launcher.png b/FilledApp/res/drawable-ldpi/ic_launcher.png
deleted file mode 100644
index 2c2a58b..0000000
--- a/FilledApp/res/drawable-ldpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/FilledApp/res/drawable-mdpi/ic_launcher.png b/FilledApp/res/drawable-mdpi/ic_launcher.png
deleted file mode 100644
index f91f736..0000000
--- a/FilledApp/res/drawable-mdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/FilledApp/res/drawable-xhdpi/ic_launcher.png b/FilledApp/res/drawable-xhdpi/ic_launcher.png
deleted file mode 100644
index 96095ec..0000000
--- a/FilledApp/res/drawable-xhdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/FilledApp/res/layout/activity_main.xml b/FilledApp/res/layout/activity_main.xml
deleted file mode 100644
index 7bf5e18..0000000
--- a/FilledApp/res/layout/activity_main.xml
+++ /dev/null
@@ -1,107 +0,0 @@
-<foo.bar.filled.CustomLinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:id="@+id/content"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:context=".MainActivity"
- android:orientation="vertical" >
-
- <ScrollView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content">
-
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
-
- <View
- android:layout_width="fill_parent"
- android:layout_height="500dip">
- </View>
-
- <HorizontalScrollView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content">
-
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="fill_parent"
- android:orientation="horizontal">
-
- <View
- android:layout_width="500dip"
- android:layout_height="fill_parent">
- </View>
-
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="vertical">
-
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content">
-
- <TextView
- android:id="@+id/username_label"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/username">
- </TextView>
-
- <EditText
- android:id="@+id/username"
- android:layout_width="200dip"
- android:layout_height="wrap_content">
- </EditText>
-
- </LinearLayout>
-
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content">
-
- <TextView
- android:id="@+id/password_label"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/password">
- </TextView>
-
- <EditText
- android:id="@+id/password"
- android:layout_width="200dip"
- android:layout_height="wrap_content">
- </EditText>
-
- </LinearLayout>
-
- </LinearLayout>
-
- <View
- android:layout_width="500dip"
- android:layout_height="fill_parent">
- </View>
-
- </LinearLayout>
-
- </HorizontalScrollView>
-
- <Button
- android:id="@+id/finish"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Finish">
- </Button>
-
- <View
- android:layout_width="fill_parent"
- android:layout_height="500dip">
- </View>
-
- </LinearLayout>
-
- </ScrollView>
-
-</foo.bar.filled.CustomLinearLayout>
diff --git a/FilledApp/res/values/strings.xml b/FilledApp/res/values/strings.xml
deleted file mode 100644
index 691778f..0000000
--- a/FilledApp/res/values/strings.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<resources>
-
- <string name="app_name">Filled App</string>
- <string name="title_activity_main">MainActivity</string>
- <string name="username">Username</string>
- <string name="password">Password</string>
-
-</resources> \ No newline at end of file