Project

General

Profile

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

magiccube / src / main / res / layout / bandaged.xml @ 50ec342b

1 9530f6b0 Leszek Koltunski
<?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 bc7e49ec Leszek Koltunski
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 48314d6a Leszek Koltunski
    <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 9530f6b0 Leszek Koltunski
23 bc7e49ec Leszek Koltunski
        <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 9530f6b0 Leszek Koltunski
31
    <LinearLayout
32
        android:id="@+id/lowerBar"
33
        android:layout_alignParentBottom="true"
34 bc7e49ec Leszek Koltunski
        android:layout_alignParentStart="true"
35 9530f6b0 Leszek Koltunski
        android:layout_width="match_parent"
36
        android:layout_height="0dp"
37
        android:orientation="horizontal"
38 bc7e49ec Leszek Koltunski
        android:background="@android:color/transparent">
39 9530f6b0 Leszek Koltunski
    </LinearLayout>
40
41
</RelativeLayout>