Project

General

Profile

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

magiccube / src / main / res / layout / dialog_scrollable_panes.xml @ 0a9adc31

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="?mediumC"
7
    android:paddingLeft="10dp"
8
    android:paddingRight="10dp">
9

    
10
    <LinearLayout
11
        android:id="@+id/dialog_scrollable_main_layout"
12
        android:layout_width="match_parent"
13
        android:layout_height="wrap_content"
14
        android:background="?veryDarkC"
15
        android:orientation="vertical">
16

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

    
23
    </LinearLayout>
24

    
25
</ScrollView>
(21-21/55)