Project

General

Profile

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

magiccube / src / main / res / layout / dialog_whatsnew_pane.xml @ 7d1ba3d2

1
<?xml version="1.0" encoding="utf-8"?>
2
<LinearLayout
3
	xmlns:android="http://schemas.android.com/apk/res/android"
4
	android:layout_width="match_parent"
5
	android:layout_height="wrap_content"
6
	android:background="@color/medium_grey"
7
	android:padding="8dp"
8
	android:orientation="vertical">
9

    
10
    <TextView
11
        android:id="@+id/whatsnew_pane_title"
12
    	android:gravity="top|center_horizontal"
13
    	android:layout_width="match_parent"
14
    	android:layout_height="wrap_content"
15
    	android:singleLine="true"
16
    	android:textStyle="bold"/>
17

    
18
    <TextView
19
    	android:id="@+id/whatsnew_pane_message"
20
    	android:gravity="top|start"
21
    	android:layout_width="match_parent"
22
    	android:layout_height="wrap_content"/>
23

    
24
</LinearLayout>
(33-33/44)