summaryrefslogtreecommitdiffstats
path: root/res/layout/longpress_cling_welcome_content.xml
blob: dd4f8d76791b619ce9030249ac686a3a0e2701c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    android:paddingBottom="24dp"
    android:paddingTop="36dp" >

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginBottom="8dp"
        android:paddingLeft="36dp"
        android:paddingRight="36dp"
        android:text="@string/first_run_cling_title"
        android:textColor="#E1000000"
        android:textSize="34sp" />

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginBottom="5.3dp"
        android:fontFamily="sans-serif-medium"
        android:paddingLeft="36dp"
        android:paddingRight="36dp"
        android:text="@string/workspace_cling_longpress_title"
        android:textColor="#E1000000"
        android:textSize="20sp" />

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:paddingLeft="36dp"
        android:paddingRight="36dp"
        android:text="@string/workspace_cling_longpress_description"
        android:textColor="#99000000"
        android:textSize="16sp" />

    <Button
        android:id="@+id/cling_dismiss_longpress_info"
        style="?android:attr/buttonBarButtonStyle"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="end"
        android:layout_marginRight="12dp"
        android:layout_marginTop="27dp"
        android:fontFamily="sans-serif-medium"
        android:paddingLeft="24dp"
        android:paddingRight="24dp"
        android:text="@string/workspace_cling_longpress_dismiss"
        android:textColor="#FFFFFFFF"
        android:textSize="14sp" />

</LinearLayout>