Project

General

Profile

Download (864 Bytes) Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / res / layout / dialog_privacy.xml @ b1e9596b

1
<?xml version="1.0" encoding="utf-8"?>
2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
    android:layout_width="fill_parent"
4
    android:layout_height="fill_parent"
5
    android:gravity="center|fill_horizontal"
6
    android:layout_marginLeft="10dp"
7
    android:layout_marginRight="10dp"
8
    android:layout_marginTop="0dp"
9
    android:background="@color/grey"
10
    android:orientation="vertical">
11

    
12
    <TextView
13
        android:id="@+id/privacy_string"
14
        android:layout_width="match_parent"
15
        android:layout_height="match_parent"
16
        android:gravity="center"
17
        android:textSize="24sp"
18
        android:text="@string/privacy_policy_text"
19
        android:layout_marginTop="10dp"
20
        android:layout_marginLeft="10dp"
21
        android:layout_marginRight="10dp"
22
        android:layout_marginBottom="10dp"/>
23
</LinearLayout>
(8-8/21)