Project

General

Profile

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

magiccube / src / main / res / layout / dialog_updates.xml @ 99b8a069

1
<?xml version="1.0" encoding="utf-8"?>
2
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
3
    android:id="@+id/updates_scroll"
4
    android:layout_width="match_parent"
5
    android:layout_height="match_parent"
6
    android:paddingLeft="10dp"
7
    android:paddingRight="10dp">
8

    
9
    <LinearLayout
10
        android:id="@+id/updates_main_layout"
11
        android:layout_width="match_parent"
12
        android:layout_height="wrap_content"
13
        android:background="@color/black"
14
        android:paddingBottom="8dp"
15
        android:orientation="vertical">
16

    
17
        <TextView
18
            android:id="@+id/updates_message"
19
            android:layout_width="match_parent"
20
            android:layout_height="match_parent"
21
            android:gravity="center"/>
22

    
23
    </LinearLayout>
24

    
25
</ScrollView>
(22-22/31)