Project

General

Profile

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

magiccube / src / main / res / layout / dialog_updates.xml @ 179f7189

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:background="@color/black"
7
    android:layout_marginLeft="10dp"
8
    android:layout_marginRight="10dp">
9

    
10
    <LinearLayout
11
        android:id="@+id/updates_main_layout"
12
        android:layout_width="match_parent"
13
        android:layout_height="wrap_content"
14
        android:paddingBottom="10dp"
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)