Project

General

Profile

« Previous | Next » 

Revision 9f8d4c92

Added by Leszek Koltunski over 2 years ago

Bandaged 3x3: improvements to the layout.

View differences:

src/main/res/layout/bandaged.xml
11 11
        android:layout_alignParentBottom="true"
12 12
        android:layout_alignParentStart="true"/>
13 13

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

  
22
        <LinearLayout
23
            android:id="@+id/bandagedCreatorView"
24
            android:layout_width="wrap_content"
23
        <HorizontalScrollView
24
            android:id="@+id/bandagedCreatorScrollView"
25
            android:layout_width="match_parent"
25 26
            android:layout_height="match_parent"
26
            android:background="@color/black"
27
            android:orientation="horizontal"/>
28
    </HorizontalScrollView>
27
            android:background="@color/black">
28

  
29
            <LinearLayout
30
               android:id="@+id/bandagedCreatorView"
31
               android:layout_width="wrap_content"
32
               android:layout_height="match_parent"
33
               android:background="@color/black"
34
               android:orientation="horizontal"/>
35
        </HorizontalScrollView>
36
    </LinearLayout>
29 37

  
30 38
    <LinearLayout
31 39
        android:id="@+id/lowerBar"

Also available in: Unified diff