|
@@ -161,6 +161,7 @@
|
161
|
161
|
<Button
|
162
|
162
|
android:id="@+id/btn_home"
|
163
|
163
|
style="@style/ButtonCommon"
|
|
164
|
+ android:background="@color/btn_home"
|
164
|
165
|
android:layout_width="120dp"
|
165
|
166
|
android:layout_height="wrap_content"
|
166
|
167
|
android:layout_below="@id/rv_document_problem"
|
|
@@ -171,6 +172,7 @@
|
171
|
172
|
<Button
|
172
|
173
|
android:id="@+id/btn_scan_again"
|
173
|
174
|
style="@style/ButtonCommon"
|
|
175
|
+ android:background="@color/btn_scan_other"
|
174
|
176
|
android:layout_width="120dp"
|
175
|
177
|
android:layout_height="wrap_content"
|
176
|
178
|
android:layout_below="@+id/rv_document_problem"
|