aboutsummaryrefslogtreecommitdiff
path: root/testapps/testProjectTest/lib/res
diff options
context:
space:
mode:
Diffstat (limited to 'testapps/testProjectTest/lib/res')
-rw-r--r--testapps/testProjectTest/lib/res/layout/main.xml15
-rw-r--r--testapps/testProjectTest/lib/res/values/strings.xml6
2 files changed, 0 insertions, 21 deletions
diff --git a/testapps/testProjectTest/lib/res/layout/main.xml b/testapps/testProjectTest/lib/res/layout/main.xml
deleted file mode 100644
index 14a9c4bb7..000000000
--- a/testapps/testProjectTest/lib/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/text"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="some string"
- tools:ignore="HardcodedText" />
-
-</LinearLayout> \ No newline at end of file
diff --git a/testapps/testProjectTest/lib/res/values/strings.xml b/testapps/testProjectTest/lib/res/values/strings.xml
deleted file mode 100644
index fdb227260..000000000
--- a/testapps/testProjectTest/lib/res/values/strings.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-
- <string name="app_name">TestProjectTest-lib</string>
-
-</resources> \ No newline at end of file