Project

General

Profile

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

magiccube / src / main / res / layout / config.xml @ 97a4ae23

1
<?xml version="1.0" encoding="utf-8"?>
2
<LinearLayout  xmlns:android="http://schemas.android.com/apk/res/android"
3
    android:id="@+id/mainLayout"
4
    android:layout_width="match_parent"
5
    android:layout_height="match_parent"
6
    android:orientation="vertical">
7

    
8
    <org.distorted.config.ConfigSurfaceView
9
        android:id="@+id/configSurfaceView"
10
        android:layout_width="match_parent"
11
        android:layout_height="0dp"
12
        android:layout_weight="1"/>
13

    
14
    <ScrollView
15
        android:id="@+id/configScroll"
16
        android:layout_width="match_parent"
17
        android:layout_height="0dp"
18
        android:layout_weight="1"/>
19

    
20
    <LinearLayout
21
        android:id="@+id/lowerBar"
22
        android:layout_width="match_parent"
23
        android:layout_height="100dp"
24
        android:layout_gravity="end"
25
        android:orientation="horizontal"
26
        android:background="@color/light_grey">
27
    </LinearLayout>
28

    
29
</LinearLayout>
(2-2/29)