Project

General

Profile

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

magiccube / src / main / res / layout / dialog_pattern_tab.xml @ e108b57e

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

    
9
    <LinearLayout
10
        android:id="@+id/tabLayout"
11
        android:layout_width="match_parent"
12
        android:layout_height="wrap_content"
13
        android:orientation="vertical" >
14
    </LinearLayout>
15

    
16
</ScrollView>
17

    
(4-4/18)