Project

General

Profile

« Previous | Next » 

Revision 8bf8fe70

Added by Leszek Koltunski over 2 years ago

Progress with ConfigScreen.

View differences:

src/main/res/layout/config.xml
11 11
        android:layout_height="0dp"
12 12
        android:layout_weight="1"/>
13 13

  
14
    <ScrollView
15
        android:id="@+id/configScroll"
14
    <LinearLayout
16 15
        android:layout_width="match_parent"
17 16
        android:layout_height="0dp"
18
        android:layout_weight="1"/>
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

  
41
    </LinearLayout>
19 42

  
20 43
    <LinearLayout
21 44
        android:id="@+id/lowerBar"

Also available in: Unified diff