|
@@ -34,7 +34,7 @@
|
|
|
|
|
|
<View
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="@dimen/qb_px_1"
|
|
|
|
|
|
+ android:layout_height="1dp"
|
|
android:background="@color/tools_item_dividing_line_color" />
|
|
android:background="@color/tools_item_dividing_line_color" />
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
@@ -151,12 +151,7 @@
|
|
style="@style/tools_document_info_subTitle" />
|
|
style="@style/tools_document_info_subTitle" />
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="@dimen/qb_px_1"
|
|
|
|
- android:layout_marginLeft="@dimen/qb_px_20"
|
|
|
|
- android:layout_marginRight="@dimen/qb_px_20"
|
|
|
|
- android:background="@color/tools_item_dividing_line_color" />
|
|
|
|
|
|
+ <View style="@style/tools_document_info_dividing_line_style" />
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
style="@style/tools_document_info_item_style"
|
|
style="@style/tools_document_info_item_style"
|
|
@@ -187,7 +182,7 @@
|
|
|
|
|
|
<View
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="@dimen/qb_px_1"
|
|
|
|
|
|
+ android:layout_height="1dp"
|
|
android:background="@color/tools_item_dividing_line_color" />
|
|
android:background="@color/tools_item_dividing_line_color" />
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
@@ -312,7 +307,7 @@
|
|
|
|
|
|
<View
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="@dimen/qb_px_1"
|
|
|
|
|
|
+ android:layout_height="1dp"
|
|
android:background="@color/tools_item_dividing_line_color" />
|
|
android:background="@color/tools_item_dividing_line_color" />
|
|
|
|
|
|
|
|
|
|
@@ -457,7 +452,7 @@
|
|
|
|
|
|
<View
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="@dimen/qb_px_1"
|
|
|
|
|
|
+ android:layout_height="1dp"
|
|
android:background="@color/tools_item_dividing_line_color" />
|
|
android:background="@color/tools_item_dividing_line_color" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</ScrollView>
|
|
</ScrollView>
|