Project

General

Profile

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

magiccube / src / main / res / layout / bandaged.xml @ bc7e49ec

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

    
7

    
8
    <org.distorted.bandaged.BandagedCreatorView
9
        android:id="@+id/bandagedCreatorObjectView"
10
        android:layout_width="match_parent"
11
        android:layout_height="0dp"
12
        android:layout_alignParentBottom="true"
13
        android:layout_alignParentStart="true"/>
14

    
15
    <LinearLayout
16
        android:id="@+id/bandagedCreatorView"
17
        android:layout_width="match_parent"
18
        android:layout_height="0dp"
19
        android:background="@color/light_grey"
20
        android:layout_alignParentStart="true"
21
        android:layout_alignParentTop="true">
22

    
23
        <ScrollView
24
            android:id="@+id/bandagedCreatorScrollView"
25
            android:background="@color/black"
26
            android:layout_width="match_parent"
27
            android:layout_height="match_parent"/>
28

    
29
    </LinearLayout>
30

    
31
    <LinearLayout
32
        android:id="@+id/lowerBar"
33
        android:layout_alignParentBottom="true"
34
        android:layout_alignParentStart="true"
35
        android:layout_width="match_parent"
36
        android:layout_height="0dp"
37
        android:orientation="horizontal"
38
        android:background="@android:color/transparent">
39
    </LinearLayout>
40

    
41
</RelativeLayout>
(2-2/33)