Project

General

Profile

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

magiccube / src / main / res / layout / abandon_solve.xml @ 99b8a069

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:layout_marginLeft="10dp"
6
    android:layout_marginTop="0dp"
7
    android:layout_marginRight="10dp"
8
    android:background="@color/grey"
9
    android:gravity="center|fill_horizontal">
10

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