Project

General

Profile

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

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

1 9f006481 Leszek Koltunski
<?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 840ad93e leszek
    android:background="?normalC"
9 9f006481 Leszek Koltunski
    android:gravity="center|fill_horizontal">
10
11
    <TextView
12 e1637420 leszek
        android:id="@+id/dialog_message"
13 9f006481 Leszek Koltunski
        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:textSize="24sp" />
21
</LinearLayout>