Project

General

Profile

Download (1.11 KB) Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / res / layout / config.xml @ 2604be3b

1 1237d25d Leszek Koltunski
<?xml version="1.0" encoding="utf-8"?>
2
<LinearLayout  xmlns:android="http://schemas.android.com/apk/res/android"
3 97a4ae23 Leszek Koltunski
    android:id="@+id/mainLayout"
4 1237d25d Leszek Koltunski
    android:layout_width="match_parent"
5
    android:layout_height="match_parent"
6
    android:orientation="vertical">
7
8 97a4ae23 Leszek Koltunski
    <org.distorted.config.ConfigSurfaceView
9
        android:id="@+id/configSurfaceView"
10 1237d25d Leszek Koltunski
        android:layout_width="match_parent"
11 97a4ae23 Leszek Koltunski
        android:layout_height="0dp"
12 74d088c3 Leszek Koltunski
        android:layout_weight="1.0"/>
13 1237d25d Leszek Koltunski
14 8bf8fe70 Leszek Koltunski
    <LinearLayout
15 74d088c3 Leszek Koltunski
        android:id="@+id/configLayout"
16 1237d25d Leszek Koltunski
        android:layout_width="match_parent"
17 97a4ae23 Leszek Koltunski
        android:layout_height="0dp"
18 74d088c3 Leszek Koltunski
        android:layout_weight="1.0"
19
        android:layout_marginLeft="0dp"
20
        android:layout_marginRight="0dp"
21
        android:background="@color/light_grey"
22
        android:orientation="vertical" >
23 8bf8fe70 Leszek Koltunski
    </LinearLayout>
24 1237d25d Leszek Koltunski
25
    <LinearLayout
26
        android:id="@+id/lowerBar"
27
        android:layout_width="match_parent"
28
        android:layout_height="100dp"
29 97a4ae23 Leszek Koltunski
        android:layout_gravity="end"
30 1237d25d Leszek Koltunski
        android:orientation="horizontal"
31 97a4ae23 Leszek Koltunski
        android:background="@color/light_grey">
32 1237d25d Leszek Koltunski
    </LinearLayout>
33
34
</LinearLayout>