Lines Matching full:android
2 Copyright (C) 2012 The Android Open Source Project
16 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
17 android:layout_width="match_parent"
18 android:layout_height="wrap_content" >
23 android:id="@android:id/widget_frame"
24 android:layout_width="match_parent"
25 android:layout_height="wrap_content"
26 android:layout_toStartOf="@+id/divider"
27 android:clickable="true"
28 android:focusable="true"
29 android:background="?android:attr/selectableItemBackground" >
34 android:id="@android:id/icon"
35 android:layout_width="@android:dimen/app_icon_size"
36 android:layout_height="@android:dimen/app_icon_size"
37 android:layout_centerVertical="true"
38 android:layout_marginBottom="10dp"
39 android:layout_marginStart="0dp"
40 android:layout_marginEnd="6dp"
41 android:layout_marginTop="10dp"
42 android:contentDescription="@null"
43 android:maxHeight="@android:dimen/app_icon_size"
44 android:maxWidth="@android:dimen/app_icon_size"
45 android:scaleType="fitCenter" />
50 android:id="@android:id/title"
51 android:layout_width="match_parent"
52 android:layout_height="wrap_content"
53 android:layout_centerVertical="true"
54 android:layout_toStartOf="@android:id/button1"
55 android:layout_toEndOf="@android:id/icon"
56 android:ellipsize="end"
57 android:singleLine="true"
58 android:textAppearance="?android:attr/textAppearanceMedium"
59 android:textAlignment="viewStart"
60 android:labelFor="@android:id/button2" />
65 android:id="@android:id/button1"
66 android:layout_width="wrap_content"
67 android:layout_height="match_parent"
68 android:layout_alignParentEnd="true"
69 android:layout_centerVertical="true"
70 android:duplicateParentState="true"
71 android:clickable="false"
72 android:focusable="false" />
78 android:id="@id/divider"
79 android:layout_width="wrap_content"
80 android:layout_height="match_parent"
81 android:layout_centerVertical="true"
82 android:layout_toStartOf="@android:id/button2"
83 android:contentDescription="@null"
84 android:src="@drawable/nav_divider" />
89 android:id="@android:id/button2"
90 android:layout_width="wrap_content"
91 android:layout_height="match_parent"
92 android:layout_alignBottom="@android:id/widget_frame"
93 android:layout_alignParentEnd="true"
94 android:layout_alignTop="@android:id/widget_frame"
95 android:layout_centerVertical="true"
96 android:layout_margin="0dip"
97 android:background="?android:attr/selectableItemBackground"
98 android:contentDescription="@string/screensaver_settings_button"
99 android:padding="8dip"
100 android:clickable="true"
101 android:focusable="true"
102 android:src="@drawable/ic_bt_config" />