diff options
author | Adam Lesinski <adamlesinski@google.com> | 2015-06-08 11:41:09 -0700 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2015-06-09 11:14:24 -0700 |
commit | a1ad4a812a87642ad259ff4478159e8cc8194680 (patch) | |
tree | eff82221ed22a3be824ddf40823b2db3af002fb1 /tools/aapt2/data/res | |
parent | b5766468538de200d26012d96019db26bccac5d4 (diff) | |
download | frameworks_base-a1ad4a812a87642ad259ff4478159e8cc8194680.zip frameworks_base-a1ad4a812a87642ad259ff4478159e8cc8194680.tar.gz frameworks_base-a1ad4a812a87642ad259ff4478159e8cc8194680.tar.bz2 |
AAPT2: Proguard rules generation added.
Change-Id: Ifbe79516cd9a1ade471e211a259301c63b62ac67
Diffstat (limited to 'tools/aapt2/data/res')
-rw-r--r-- | tools/aapt2/data/res/layout/main.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/aapt2/data/res/layout/main.xml b/tools/aapt2/data/res/layout/main.xml index 77ccedb..50a51d9 100644 --- a/tools/aapt2/data/res/layout/main.xml +++ b/tools/aapt2/data/res/layout/main.xml @@ -5,11 +5,14 @@ android:layout_width="match_parent" android:layout_height="wrap_content"> + <fragment class="android.test.sample.App$Inner" /> + <variable name="user" type="com.android.User" /> <View xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/me" android:layout_width="1dp" + android:onClick="doClick" android:text="@{user.name}" android:layout_height="match_parent" app:layout_width="@support:bool/allow" |