Project

General

Profile

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

magiccube / src / main / res / layout / dialog_updates.xml @ 2a2ca758

1
<?xml version="1.0" encoding="utf-8"?>
2
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
3
    android:layout_width="match_parent"
4
    android:layout_height="match_parent">
5

    
6
    <LinearLayout
7
        android:id="@+id/updates_main_layout"
8
        android:layout_width="fill_parent"
9
        android:layout_height="wrap_content"
10
        android:gravity="center|fill_horizontal"
11
        android:layout_marginLeft="10dp"
12
        android:layout_marginRight="10dp"
13
        android:layout_marginTop="0dp"
14
        android:background="@color/black"
15
        android:orientation="vertical">
16

    
17

    
18
        <TextView
19
            android:id="@+id/about_version"
20
            android:layout_width="match_parent"
21
            android:layout_height="fill_parent"
22
            android:layout_weight="0.40"
23
            android:layout_marginTop="10dp"
24
            android:layout_marginLeft="10dp"
25
            android:layout_marginRight="10dp"
26
            android:layout_marginBottom="10dp"/>
27

    
28
    </LinearLayout>
29

    
30
</ScrollView>
(22-22/30)