|
@@ -167,10 +167,13 @@
|
167
|
167
|
android:id="@+id/rv_group_problem"
|
168
|
168
|
android:layout_width="match_parent"
|
169
|
169
|
android:layout_height="wrap_content"
|
170
|
|
- android:layout_margin="8dp"
|
|
170
|
+ android:layout_marginTop="8dp"
|
|
171
|
+ android:layout_marginStart="8dp"
|
|
172
|
+ android:layout_marginEnd="8dp"
|
|
173
|
+ android:layout_marginBottom="60dp"
|
171
|
174
|
android:layout_below="@+id/tv_message"
|
172
|
175
|
tools:listitem="@layout/row_group"
|
173
|
|
- tools:itemCount="1"/>
|
|
176
|
+ tools:itemCount="3"/>
|
174
|
177
|
|
175
|
178
|
</RelativeLayout>
|
176
|
179
|
|
|
@@ -183,7 +186,7 @@
|
183
|
186
|
style="@style/ButtonCommon"
|
184
|
187
|
android:background="@color/btn_home"
|
185
|
188
|
android:layout_width="120dp"
|
186
|
|
- android:layout_height="wrap_content"
|
|
189
|
+ android:layout_height="32dp"
|
187
|
190
|
android:layout_alignParentStart="true"
|
188
|
191
|
android:layout_alignParentBottom="true"
|
189
|
192
|
android:layout_margin="16dp"
|
|
@@ -194,7 +197,7 @@
|
194
|
197
|
style="@style/ButtonCommon"
|
195
|
198
|
android:background="@color/btn_scan_other"
|
196
|
199
|
android:layout_width="120dp"
|
197
|
|
- android:layout_height="wrap_content"
|
|
200
|
+ android:layout_height="32dp"
|
198
|
201
|
android:layout_alignParentEnd="true"
|
199
|
202
|
android:layout_alignParentBottom="true"
|
200
|
203
|
android:layout_margin="16dp"
|