Project

General

Profile

« Previous | Next » 

Revision 74d088c3

Added by Leszek Koltunski over 2 years ago

Progress with ConfigScreen.

View differences:

src/main/res/layout/config.xml
9 9
        android:id="@+id/configSurfaceView"
10 10
        android:layout_width="match_parent"
11 11
        android:layout_height="0dp"
12
        android:layout_weight="1"/>
12
        android:layout_weight="1.0"/>
13 13

  
14 14
    <LinearLayout
15
        android:id="@+id/configLayout"
15 16
        android:layout_width="match_parent"
16 17
        android:layout_height="0dp"
17
        android:layout_weight="1"
18
        android:orientation="horizontal"
19
        android:background="@color/light_grey">
20

  
21
        <ScrollView
22
           android:id="@+id/configScroll"
23
           android:layout_width="match_parent"
24
           android:layout_height="match_parent"
25
           android:layout_marginLeft="10dp"
26
           android:layout_marginRight="10dp"
27
           android:background="@color/grey">
28

  
29
           <LinearLayout
30
               android:id="@+id/configLayout"
31
               android:layout_width="match_parent"
32
               android:layout_height="wrap_content"
33
               android:layout_marginLeft="0dp"
34
               android:layout_marginRight="0dp"
35
               android:background="@color/grey"
36
               android:orientation="vertical" >
37
          </LinearLayout>
38

  
39
        </ScrollView>
40

  
18
        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" >
41 23
    </LinearLayout>
42 24

  
43 25
    <LinearLayout

Also available in: Unified diff