Home | History | Annotate | Download | only in layout

Lines Matching full:android

3 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent"
6 android:orientation="vertical"
10 android:layout_width="match_parent"
11 android:layout_height="0dp"
12 android:layout_weight="1">
13 <TextView android:id="@+id/info"
14 android:layout_width="match_parent"
15 android:layout_height="wrap_content"
16 android:textSize="18sp"
17 android:padding="5dp"
18 android:text="@string/dc_start_alarm_test_info"
22 <LinearLayout android:id="@+id/buttons"
23 android:orientation="horizontal"
24 android:layout_width="wrap_content"
25 android:layout_height="wrap_content"/>
28 android:layout_width="match_parent"
29 android:layout_height="wrap_content">