OSDN Git Service

ede489f53ffabd666d61f8d6363f9f210e288369
[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/workspace_cling_longpress_title"
27         android:textColor="@color/workspace_cling_longpress_title_color"
28         android:textSize="20sp" />
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/workspace_cling_longpress_description"
36         android:textColor="@color/workspace_cling_longpress_description_color"
37         android:textSize="16sp" />
38
39     <Button
40         android:id="@+id/cling_dismiss_longpress_info"
41         style="?android:attr/buttonBarButtonStyle"
42         android:layout_width="wrap_content"
43         android:layout_height="wrap_content"
44         android:layout_gravity="end"
45         android:layout_marginRight="12dp"
46         android:layout_marginTop="27dp"
47         android:fontFamily="sans-serif-medium"
48         android:paddingLeft="24dp"
49         android:paddingRight="24dp"
50         android:text="@string/workspace_cling_longpress_dismiss"
51         android:textColor="@color/workspace_cling_longpress_dismiss_text_color"
52         android:textSize="14sp" />
53
54 </LinearLayout>