mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 19:55:11 +01:00
Move reader prefernce caret to the end of view
Based on tachiyomiorg@c4b975b7 Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
This commit is contained in:
parent
5c4a6ef8e0
commit
0247c93972
@ -35,15 +35,16 @@
|
|||||||
tools:text="Details" />
|
tools:text="Details" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
android:id="@+id/dropdown_caret"
|
||||||
android:layout_width="24dp"
|
android:layout_width="24dp"
|
||||||
android:layout_height="24dp"
|
android:layout_height="24dp"
|
||||||
android:layout_marginStart="1dp"
|
android:layout_marginStart="1dp"
|
||||||
app:tint="?android:attr/textColorSecondary"
|
app:tint="?android:attr/textColorSecondary"
|
||||||
android:src="@drawable/ic_expand_more_24dp"
|
android:src="@drawable/ic_expand_more_24dp"
|
||||||
app:layout_constraintStart_toEndOf="@id/detail_view"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="@id/detail_view"
|
app:layout_constraintTop_toTopOf="@id/detail_view"
|
||||||
app:layout_constraintBottom_toBottomOf="@id/detail_view"
|
app:layout_constraintBottom_toBottomOf="@id/detail_view"
|
||||||
/>
|
tools:ignore="ContentDescription" />
|
||||||
|
|
||||||
<androidx.constraintlayout.widget.Barrier
|
<androidx.constraintlayout.widget.Barrier
|
||||||
android:id="@+id/start_barrier"
|
android:id="@+id/start_barrier"
|
||||||
|
Loading…
Reference in New Issue
Block a user