|
@@ -7,9 +7,9 @@
|
|
|
<com.kdanmobile.reader.screen.view.ColorSelectView
|
|
|
android:id="@+id/colorChooser_shapeBorder"
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="50dp"
|
|
|
+ android:layout_height="48dp"
|
|
|
android:gravity="center"
|
|
|
- android:paddingTop="12dp"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
@@ -34,6 +34,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:id="@+id/seekBar_shapeBorder_thickness"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
app:title="@string/mediaBox_shape_titleSeekBarThickness"
|
|
|
app:unit="@string/mediaBox_shape_unitSeekBarThickness"
|
|
|
app:maxValue="24"
|