Lines Matching refs:android

34     android:layout_width="match_parent"
35 android:layout_height="match_parent"
36 android:text="Hello, World!">
44 <android.support.constraint.ConstraintLayout
45 xmlns:android="http://schemas.android.com/apk/res/android"
48 android:layout_width="match_parent"
49 android:layout_height="match_parent">
52 android:id="@+id/button6"
53 android:layout_width="wrap_content"
54 android:layout_height="wrap_content"
55 android:layout_marginEnd="16dp"
56 android:layout_marginBottom="16dp"
57 android:text="Button"
62 android:id="@+id/button7"
63 android:layout_width="wrap_content"
64 android:layout_height="wrap_content"
65 android:layout_marginEnd="8dp"
66 android:layout_marginBottom="16dp"
67 android:text="Button2"
72 android:id="@+id/button8"
73 android:layout_width="wrap_content"
74 android:layout_height="wrap_content"
75 android:layout_marginEnd="8dp"
76 android:layout_marginBottom="16dp"
77 android:text="Button1"
80 </android.support.constraint.ConstraintLayout>)";
86 <merge xmlns:android="http://schemas.android.com/apk/res/android">
89 android:id="@+id/textView3"
90 android:layout_width="wrap_content"
91 android:layout_height="wrap_content"
92 android:text="TextView" />
95 android:id="@+id/button9"
96 android:layout_width="wrap_content"
97 android:layout_height="wrap_content"
98 android:text="Button" />
105 <android.support.constraint.ConstraintLayout
106 xmlns:android="http://schemas.android.com/apk/res/android"
108 android:layout_width="match_parent"
109 android:layout_height="match_parent">
113 android:layout_width="wrap_content"
114 android:layout_height="wrap_content"
119 </android.support.constraint.ConstraintLayout>)";
125 <android.support.constraint.ConstraintLayout
126 xmlns:android="http://schemas.android.com/apk/res/android"
128 android:layout_width="match_parent"
129 android:layout_height="match_parent">
134 android:layout_width="wrap_content"
135 android:layout_height="wrap_content"
140 </android.support.constraint.ConstraintLayout>)";
147 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
148 android:orientation="horizontal"
149 android:layout_width="match_parent"
150 android:layout_height="match_parent">
151 <fragment android:name="com.example.news.ArticleListFragment"
152 android:id="@+id/list"
153 android:layout_weight="1"
154 android:layout_width="0dp"
155 android:layout_height="match_parent" />
156 <fragment android:name="com.example.news.ArticleReaderFragment"
157 android:id="@+id/viewer"
158 android:layout_weight="2"
159 android:layout_width="0dp"
160 android:layout_height="match_parent" />