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:
Carlos
2018-01-23 12:49:26 -05:00
committed by inorichi
parent 7a4463e104
commit 6c749319cf
2 changed files with 15 additions and 4 deletions

View File

@@ -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