OSDN Git Service

Merge remote-tracking branch 'cm/cm-14.1' into cm-14.1-x86
[android-x86/packages-apps-Trebuchet.git] / res / layout / longpress_cling_welcome_content.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:layout_width="match_parent"
4     android:layout_height="match_parent"
5     android:orientation="vertical"
6     android:paddingBottom="24dp"
7     android:paddingTop="36dp" >
8
9     <TextView
10         android:layout_width="wrap_content"
11         android:layout_height="wrap_content"
12         android:layout_marginBottom="8dp"
13         android:paddingLeft="36dp"
14         android:paddingRight="36dp"
15         android:text="@string/first_run_cling_title"
16         android:textColor="@color/first_run_cling_title_color"
17         android:textSize="34sp" />
18
19     <TextView
20         android:layout_width="wrap_content"
21         android:layout_height="wrap_content"
22         android:layout_marginBottom="5.3dp"
23         android:fontFamily="sans-serif-medium"
24         android:paddingLeft="36dp"
25         android:paddingRight="36dp"
26         android:text="@string/android_x86_intro"
27         android:textColor="@color/workspace_cling_longpress_title_color"
28         android:textSize="18sp" />
29
30     <TextView
31         android:layout_width="wrap_content"
32         android:layout_height="wrap_content"
33         android:paddingLeft="36dp"
34         android:paddingRight="36dp"
35         android:text="@string/android_x86_analytics"
36         android:textColor="@color/workspace_cling_longpress_description_color"
37         android:textSize="16sp" />
38
39     <CheckBox
40         android:id="@+id/collect_hw_info"
41         android:layout_width="wrap_content"
42         android:layout_height="wrap_content"
43         android:layout_marginTop="6dp"
44         android:layout_marginLeft="32dp"
45         android:paddingLeft="4dp"
46         android:text="@string/hw_info"
47         android:textColor="@color/workspace_cling_longpress_description_color"
48         android:textSize="16sp" />
49
50     <CheckBox
51         android:id="@+id/collect_apps_usage"
52         android:layout_width="wrap_content"
53         android:layout_height="wrap_content"
54         android:layout_marginLeft="32dp"
55         android:paddingLeft="4dp"
56         android:text="@string/apps_usage"
57         android:textColor="@color/workspace_cling_longpress_description_color"
58         android:textSize="16sp" />
59
60     <Button
61         android:id="@+id/cling_dismiss_longpress_info"
62         style="?android:attr/buttonBarButtonStyle"
63         android:layout_width="wrap_content"
64         android:layout_height="wrap_content"
65         android:layout_gravity="end"
66         android:layout_marginRight="12dp"
67         android:layout_marginTop="6dp"
68         android:fontFamily="sans-serif-medium"
69         android:paddingLeft="24dp"
70         android:paddingRight="24dp"
71         android:text="@string/workspace_cling_longpress_dismiss"
72         android:textColor="@color/workspace_cling_longpress_dismiss_text_color"
73         android:textSize="14sp" />
74
75 </LinearLayout>