Project

General

Profile

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

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

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
    <org.distorted.bandaged.BandagedCreatorView
8
        android:id="@+id/bandagedCreatorObjectView"
9
        android:layout_width="match_parent"
10
        android:layout_height="0dp"
11
        android:layout_alignParentBottom="true"
12
        android:layout_alignParentStart="true"/>
13
14 e48ad1af Leszek Koltunski
    <HorizontalScrollView
15
        android:id="@+id/bandagedCreatorScrollView"
16 48314d6a Leszek Koltunski
        android:layout_width="match_parent"
17
        android:layout_height="0dp"
18
        android:background="@color/light_grey"
19
        android:layout_alignParentStart="true"
20
        android:layout_alignParentTop="true">
21 9530f6b0 Leszek Koltunski
22 e48ad1af Leszek Koltunski
        <LinearLayout
23
            android:id="@+id/bandagedCreatorView"
24
            android:layout_width="wrap_content"
25
            android:layout_height="match_parent"
26 bc7e49ec Leszek Koltunski
            android:background="@color/black"
27 e48ad1af Leszek Koltunski
            android:orientation="horizontal"/>
28
    </HorizontalScrollView>
29 9530f6b0 Leszek Koltunski
30
    <LinearLayout
31
        android:id="@+id/lowerBar"
32
        android:layout_alignParentBottom="true"
33 bc7e49ec Leszek Koltunski
        android:layout_alignParentStart="true"
34 9530f6b0 Leszek Koltunski
        android:layout_width="match_parent"
35
        android:layout_height="0dp"
36
        android:orientation="horizontal"
37 bc7e49ec Leszek Koltunski
        android:background="@android:color/transparent">
38 9530f6b0 Leszek Koltunski
    </LinearLayout>
39
40
</RelativeLayout>