aboutsummaryrefslogtreecommitdiff
path: root/testapps/buildConfigTest/app/res/layout/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testapps/buildConfigTest/app/res/layout/main.xml')
-rw-r--r--testapps/buildConfigTest/app/res/layout/main.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/testapps/buildConfigTest/app/res/layout/main.xml b/testapps/buildConfigTest/app/res/layout/main.xml
new file mode 100644
index 000000000..6a3de6761
--- /dev/null
+++ b/testapps/buildConfigTest/app/res/layout/main.xml
@@ -0,0 +1,22 @@
+<?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/app"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="App: Release"
+ tools:ignore="HardcodedText" />
+
+ <TextView
+ android:id="@+id/lib1"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="\\?"
+ tools:ignore="HardcodedText" />
+
+</LinearLayout> \ No newline at end of file