Project

General

Profile

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

magiccube / src / main / res / layout / config_difficulty.xml @ 74d088c3

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="0dp"
5
    android:layout_weight="1"
6
    android:gravity="center|fill_horizontal"
7
    android:background="@color/grey"
8
    android:orientation="vertical">
9

    
10
    <TextView
11
        android:id="@+id/configDifficultyTitle"
12
        android:layout_width="match_parent"
13
        android:layout_height="0dp"
14
        android:layout_weight="1"
15
        android:gravity="center"
16
        android:textSize="26sp"
17
        android:layout_marginTop="10dp"
18
        android:layout_marginLeft="10dp"
19
        android:layout_marginRight="10dp"
20
        android:paddingLeft="2dp"
21
        android:paddingRight="2dp"
22
        android:maxLines="1"
23
        android:text="@string/config_difficulty"
24
        android:background="@color/light_grey"/>
25

    
26
</LinearLayout>
(4-4/32)