mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-28 12:57:57 +01:00
increase touch area for 3 dot in chapter list (#1205)
* increase touch area for 3 dot in chapter list * moved 3 dot over and made it vertical * adjusted location slightly
This commit is contained in:
@@ -62,13 +62,15 @@
|
||||
android:id="@+id/chapter_menu"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:srcCompat="@drawable/ic_more_horiz_black_24dp"
|
||||
app:srcCompat="@drawable/ic_more_vert_black_24dp"
|
||||
app:layout_constraintRight_toLeftOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:paddingStart="12dp"
|
||||
android:paddingEnd="12dp"
|
||||
android:paddingBottom="12dp"
|
||||
android:paddingStart="24dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:paddingBottom="24dp"
|
||||
android:paddingTop="12dp"
|
||||
android:background="@color/md_teal_500"
|
||||
android:contentDescription="@string/description_cover"/>
|
||||
|
||||
<TextView
|
||||
|
||||
Reference in New Issue
Block a user