Project

General

Profile

Download (1.14 KB) Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / res / layout / dialog_save_object.xml @ 0a9adc31

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:gravity="center_horizontal"
6
    android:background="?normalC"
7
    android:orientation="vertical">
8

    
9
    <LinearLayout
10
        android:layout_width="fill_parent"
11
        android:layout_height="fill_parent"
12
        android:gravity="center|fill_horizontal"
13
        android:layout_marginLeft="10dp"
14
        android:layout_marginRight="10dp"
15
        android:layout_marginTop="0dp"
16
        android:background="?normalC"
17
        android:orientation="vertical">
18

    
19
         <TextView
20
            android:id="@+id/save_object_text"
21
            android:layout_width="match_parent"
22
            android:layout_height="match_parent"
23
            android:gravity="center"
24
            android:textSize="24sp"
25
            android:layout_marginTop="10dp"
26
            android:layout_marginLeft="10dp"
27
            android:layout_marginRight="10dp"
28
            android:layout_marginBottom="10dp"
29
            android:text="@string/save_object_really"/>
30

    
31
    </LinearLayout>
32
</LinearLayout>
(16-16/55)