summaryrefslogtreecommitdiffstats
path: root/tools/aapt2/data/res/layout/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aapt2/data/res/layout/main.xml')
-rw-r--r--tools/aapt2/data/res/layout/main.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/aapt2/data/res/layout/main.xml b/tools/aapt2/data/res/layout/main.xml
new file mode 100644
index 0000000..e0b55c0
--- /dev/null
+++ b/tools/aapt2/data/res/layout/main.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/view"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content">
+ <View xmlns:app="http://schemas.android.com/apk/res-auto"
+ android:id="@+id/me"
+ android:layout_width="1dp"
+ android:layout_height="match_parent"
+ app:layout_width="false"
+ app:flags="complex|weak"
+ android:colorAccent="#ffffff"/>
+</LinearLayout>