Project

General

Profile

« Previous | Next » 

Revision 94ff5962

Added by Leszek Koltunski 2 months ago

progress with configurable stickers

View differences:

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

  
15 15
    <LinearLayout
16
        android:id="@+id/configLayout"
16
        android:id="@+id/configLayoutUpper"
17 17
        android:layout_width="match_parent"
18 18
        android:layout_height="0dp"
19
        android:layout_weight="1.0"
19
        android:layout_weight="0.75"
20 20
        android:layout_marginLeft="5dp"
21 21
        android:layout_marginRight="5dp"
22 22
        android:layout_marginBottom="5dp"
......
25 25
        android:background="@color/grey"
26 26
        android:orientation="vertical" >
27 27

  
28
        <TextView
29
            android:id="@+id/configTextStickers"
30
            android:layout_width="fill_parent"
31
            android:layout_height="wrap_content"
32
            android:gravity="center"
33
            android:textSize="26sp"
34
            android:text="@string/config_stickers"/>
35

  
36 28
        <LinearLayout
37 29
            android:layout_width="match_parent"
38 30
            android:layout_height="wrap_content"
39 31
            android:layout_margin="5dp"
40 32
            android:paddingLeft="5dp"
41 33
            android:paddingRight="5dp"
42
            android:background="@color/grey"
43 34
            android:orientation="horizontal" >
44 35

  
45 36
            <TextView
......
66 57
            android:layout_margin="5dp"
67 58
            android:paddingLeft="5dp"
68 59
            android:paddingRight="5dp"
69
            android:background="@color/grey"
70 60
            android:orientation="horizontal" >
71 61

  
72 62
            <TextView
......
88 78
        </LinearLayout>
89 79
    </LinearLayout>
90 80

  
81
    <LinearLayout
82
        android:id="@+id/configLayoutLower"
83
        android:layout_width="match_parent"
84
        android:layout_height="0dp"
85
        android:layout_weight="2"
86
        android:layout_marginLeft="5dp"
87
        android:layout_marginRight="5dp"
88
        android:layout_marginBottom="5dp"
89
        android:paddingLeft="5dp"
90
        android:paddingRight="5dp"
91
        android:background="@color/grey"
92
        android:orientation="vertical" >
93
    </LinearLayout>
94

  
91 95
    <LinearLayout
92 96
        android:id="@+id/lowerBar"
93 97
        android:layout_width="match_parent"

Also available in: Unified diff