Project

General

Profile

« Previous | Next » 

Revision b45b986a

Added by Leszek Koltunski 7 months ago

Major progress with version 2.0.0.

View differences:

src/main/res/layout/config.xml
54 54

  
55 55
        </LinearLayout>
56 56

  
57
        <LinearLayout
58
            android:id="@+id/configLayoutAuthor"
59
            android:layout_width="fill_parent"
60
            android:layout_height="0dp"
61
            android:layout_weight="1"
62
            android:paddingLeft="5dp"
63
            android:paddingRight="5dp"
64
            android:background="@color/grey"
65
            android:orientation="horizontal">
66

  
67
            <TextView
68
                android:id="@+id/configDetailsAuthor1"
69
                android:layout_width="0dp"
70
                android:layout_height="match_parent"
71
                android:layout_weight="1.0"
72
                android:gravity="center_vertical|start"
73
                android:paddingStart="5dp"
74
                android:textSize="26sp"
75
                android:singleLine="true"
76
                android:maxLines="1"
77
                android:text="@string/config_author"/>
78

  
79
            <TextView
80
                android:id="@+id/configDetailsAuthor2"
81
                android:layout_width="0dp"
82
                android:layout_height="match_parent"
83
                android:layout_weight="2.1"
84
                android:gravity="center_vertical|start"
85
                android:paddingStart="5dp"
86
                android:textSize="26sp"
87
                android:singleLine="true"
88
                android:maxLines="1"/>
89

  
90
        </LinearLayout>
91

  
92 57
        <LinearLayout
93 58
            android:id="@+id/configLayoutDifficulty"
94 59
            android:layout_width="fill_parent"
......
155 120

  
156 121
        </LinearLayout>
157 122

  
158
         <LinearLayout
159
            android:id="@+id/configLayoutMesh"
123
        <LinearLayout
124
            android:id="@+id/configLayoutAuthor"
160 125
            android:layout_width="fill_parent"
161 126
            android:layout_height="0dp"
162 127
            android:layout_weight="1"
......
166 131
            android:orientation="horizontal">
167 132

  
168 133
            <TextView
169
                android:id="@+id/configMeshTitle"
134
                android:id="@+id/configDetailsAuthor1"
170 135
                android:layout_width="0dp"
171 136
                android:layout_height="match_parent"
172 137
                android:layout_weight="1.0"
......
175 140
                android:textSize="26sp"
176 141
                android:singleLine="true"
177 142
                android:maxLines="1"
178
                android:text="@string/config_mesh"/>
143
                android:text="@string/config_author"/>
179 144

  
180
            <RadioGroup
181
                android:id="@+id/meshRadioGroup"
145
            <TextView
146
                android:id="@+id/configDetailsAuthor2"
182 147
                android:layout_width="0dp"
183 148
                android:layout_height="match_parent"
184 149
                android:layout_weight="2.1"
185
                android:orientation="horizontal"
186
                android:checkedButton="@+id/meshNice"
187
                android:background="@color/grey">
150
                android:gravity="center_vertical|start"
151
                android:paddingStart="5dp"
152
                android:textSize="26sp"
153
                android:singleLine="true"
154
                android:maxLines="1"/>
188 155

  
189
                <RadioButton
190
                    android:id="@+id/meshSimple"
191
                    android:layout_width="0dp"
192
                    android:layout_height="match_parent"
193
                    android:layout_weight="1"
194
                    android:buttonTint="@color/white"
195
                    android:text="@string/config_mesh_fast"/>
156
        </LinearLayout>
196 157

  
197
                <RadioButton
198
                    android:id="@+id/meshNice"
199
                    android:layout_width="0dp"
200
                    android:layout_height="match_parent"
201
                    android:layout_weight="1"
202
                    android:buttonTint="@color/white"
203
                    android:text="@string/config_mesh_nice"/>
158
        <LinearLayout
159
            android:id="@+id/configLayoutYear"
160
            android:layout_width="fill_parent"
161
            android:layout_height="0dp"
162
            android:layout_weight="1"
163
            android:paddingLeft="5dp"
164
            android:paddingRight="5dp"
165
            android:background="@color/grey"
166
            android:orientation="horizontal">
204 167

  
205
            </RadioGroup>
168
            <TextView
169
                android:id="@+id/configDetailsYear1"
170
                android:layout_width="0dp"
171
                android:layout_height="match_parent"
172
                android:layout_weight="1.0"
173
                android:gravity="center_vertical|start"
174
                android:paddingStart="5dp"
175
                android:textSize="26sp"
176
                android:singleLine="true"
177
                android:maxLines="1"
178
                android:text="@string/config_year"/>
179

  
180
            <TextView
181
                android:id="@+id/configDetailsYear2"
182
                android:layout_width="0dp"
183
                android:layout_height="match_parent"
184
                android:layout_weight="2.1"
185
                android:gravity="center_vertical|start"
186
                android:paddingStart="5dp"
187
                android:textSize="26sp"
188
                android:singleLine="true"
189
                android:maxLines="1"/>
206 190

  
207 191
        </LinearLayout>
208 192

  

Also available in: Unified diff