|
@@ -123,12 +123,6 @@
|
|
|
app:layout_constraintTop_toBottomOf="@id/iv_readerActivity_fullScreen"
|
|
|
app:layout_constraintBottom_toTopOf="@id/iv_readerActivity_highLight"
|
|
|
style="@style/ReaderLeftRightToolbarIImageButton" />
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_readerActivity_highLight"
|
|
|
- android:src="@drawable/ic_reader_right_toolbar_text"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/iv_readerActivity_copy"
|
|
|
- app:layout_constraintBottom_toTopOf="@id/iv_readerActivity_strike"
|
|
|
- style="@style/ReaderLeftRightToolbarIImageButton" />
|
|
|
<View
|
|
|
android:id="@+id/view_readerActivity_highLightStroke"
|
|
|
app:layout_constraintTop_toTopOf="@id/iv_readerActivity_highLight"
|
|
@@ -138,7 +132,13 @@
|
|
|
android:layout_margin="12dp"
|
|
|
android:background="@color/highlight_default_color"
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="4dp" />
|
|
|
+ android:layout_height="8dp" />
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_readerActivity_highLight"
|
|
|
+ android:src="@drawable/ic_reader_right_toolbar_text"
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/iv_readerActivity_copy"
|
|
|
+ app:layout_constraintBottom_toTopOf="@id/iv_readerActivity_strike"
|
|
|
+ style="@style/ReaderLeftRightToolbarIImageButton" />
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_readerActivity_strike"
|
|
|
android:src="@drawable/ic_reader_right_toolbar_text"
|
|
@@ -154,7 +154,7 @@
|
|
|
android:layout_margin="12dp"
|
|
|
android:background="@color/strike_default_color"
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="1dp" />
|
|
|
+ android:layout_height="2dp" />
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_readerActivity_underline"
|
|
|
android:src="@drawable/ic_reader_right_toolbar_text"
|
|
@@ -169,7 +169,7 @@
|
|
|
android:layout_margin="12dp"
|
|
|
android:background="@color/underline_default_color"
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="1dp" />
|
|
|
+ android:layout_height="2dp" />
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_readerActivity_ink"
|
|
|
android:src="@drawable/ic_reader_right_toolbar_ink_color1"
|