aboutsummaryrefslogtreecommitdiff
path: root/testapps/legacyTest/res
diff options
context:
space:
mode:
Diffstat (limited to 'testapps/legacyTest/res')
-rw-r--r--testapps/legacyTest/res/drawable-hdpi/icon.pngbin4147 -> 0 bytes
-rw-r--r--testapps/legacyTest/res/drawable-ldpi/icon.pngbin1723 -> 0 bytes
-rw-r--r--testapps/legacyTest/res/drawable-mdpi/icon.pngbin2574 -> 0 bytes
-rw-r--r--testapps/legacyTest/res/layout/main.xml15
-rw-r--r--testapps/legacyTest/res/values/strings.xml6
5 files changed, 0 insertions, 21 deletions
diff --git a/testapps/legacyTest/res/drawable-hdpi/icon.png b/testapps/legacyTest/res/drawable-hdpi/icon.png
deleted file mode 100644
index 8074c4c57..000000000
--- a/testapps/legacyTest/res/drawable-hdpi/icon.png
+++ /dev/null
Binary files differ
diff --git a/testapps/legacyTest/res/drawable-ldpi/icon.png b/testapps/legacyTest/res/drawable-ldpi/icon.png
deleted file mode 100644
index 1095584ec..000000000
--- a/testapps/legacyTest/res/drawable-ldpi/icon.png
+++ /dev/null
Binary files differ
diff --git a/testapps/legacyTest/res/drawable-mdpi/icon.png b/testapps/legacyTest/res/drawable-mdpi/icon.png
deleted file mode 100644
index a07c69fa5..000000000
--- a/testapps/legacyTest/res/drawable-mdpi/icon.png
+++ /dev/null
Binary files differ
diff --git a/testapps/legacyTest/res/layout/main.xml b/testapps/legacyTest/res/layout/main.xml
deleted file mode 100644
index 3e65644f0..000000000
--- a/testapps/legacyTest/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/legacyTest/res/values/strings.xml b/testapps/legacyTest/res/values/strings.xml
deleted file mode 100644
index 705a56504..000000000
--- a/testapps/legacyTest/res/values/strings.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-
- <string name="app_name">javaProjectTest-app</string>
-
-</resources> \ No newline at end of file