aboutsummaryrefslogtreecommitdiff
path: root/testapps/userLibTest/res
diff options
context:
space:
mode:
Diffstat (limited to 'testapps/userLibTest/res')
-rw-r--r--testapps/userLibTest/res/drawable-hdpi/ic_launcher.pngbin4147 -> 0 bytes
-rw-r--r--testapps/userLibTest/res/drawable-ldpi/ic_launcher.pngbin1723 -> 0 bytes
-rw-r--r--testapps/userLibTest/res/drawable-mdpi/ic_launcher.pngbin2574 -> 0 bytes
-rw-r--r--testapps/userLibTest/res/layout/main.xml15
-rw-r--r--testapps/userLibTest/res/values/strings.xml4
5 files changed, 0 insertions, 19 deletions
diff --git a/testapps/userLibTest/res/drawable-hdpi/ic_launcher.png b/testapps/userLibTest/res/drawable-hdpi/ic_launcher.png
deleted file mode 100644
index 8074c4c57..000000000
--- a/testapps/userLibTest/res/drawable-hdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/testapps/userLibTest/res/drawable-ldpi/ic_launcher.png b/testapps/userLibTest/res/drawable-ldpi/ic_launcher.png
deleted file mode 100644
index 1095584ec..000000000
--- a/testapps/userLibTest/res/drawable-ldpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/testapps/userLibTest/res/drawable-mdpi/ic_launcher.png b/testapps/userLibTest/res/drawable-mdpi/ic_launcher.png
deleted file mode 100644
index a07c69fa5..000000000
--- a/testapps/userLibTest/res/drawable-mdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/testapps/userLibTest/res/layout/main.xml b/testapps/userLibTest/res/layout/main.xml
deleted file mode 100644
index 3e65644f0..000000000
--- a/testapps/userLibTest/res/layout/main.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical" >
-
- <TextView
- android:id="@+id/basicJar"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="\\?"
- tools:ignore="HardcodedText" />
-
-</LinearLayout> \ No newline at end of file
diff --git a/testapps/userLibTest/res/values/strings.xml b/testapps/userLibTest/res/values/strings.xml
deleted file mode 100644
index 549e4ea50..000000000
--- a/testapps/userLibTest/res/values/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <string name="app_name">Main</string>
-</resources>