Merge pull request #5089 from ByteHamster/episode-cache-touch
Increase touch target size of episode cache warning button
This commit is contained in:
commit
8c73bd6aea
|
@ -70,10 +70,11 @@
|
|||
android:lines="1"
|
||||
android:textColor="?android:attr/textColorTertiary"
|
||||
android:textSize="14sp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginRight="@dimen/listitem_icon_rightpadding"
|
||||
android:layout_marginEnd="@dimen/listitem_icon_rightpadding"
|
||||
android:padding="8dp"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:layout_marginStart="4dp"
|
||||
android:layout_marginRight="8dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_centerVertical="true"
|
||||
|
|
Loading…
Reference in New Issue