Project

General

Profile

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

magiccube / src / main / res / layout / dialog_scores_scramble_title.xml @ 4634a76a

1
<?xml version="1.0" encoding="utf-8"?>
2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
    android:id="@+id/scoresScrambleLayout"
4
    android:layout_width="match_parent"
5
    android:layout_height="wrap_content"
6
    android:background="@color/grey"
7

    
8
    android:paddingBottom="0dp"
9
    android:paddingTop="0dp"
10
    android:paddingLeft="5dp"
11
    android:paddingRight="5dp"
12
    android:orientation="vertical" >
13

    
14
    <TextView
15
        android:id="@+id/scoresScrambleTitle"
16
        android:layout_width="match_parent"
17
        android:layout_height="32dp"
18
        android:textSize="24sp"
19
        android:gravity="center"
20
        android:background="@color/grey"
21
        android:paddingBottom="0dp"
22
        android:paddingTop="0dp"
23
        android:paddingLeft="5dp"
24
        android:paddingRight="5dp"/>
25

    
26
</LinearLayout>
(8-8/18)