mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-25 00:58:50 -05:00
slightly tweak scrolling buttons to not get cut off with a fading edge
This commit is contained in:
parent
bd66315375
commit
f66245a9ff
@ -5,6 +5,7 @@
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingBottom="2dip"
|
||||
android:gravity="center_vertical">
|
||||
<Button
|
||||
android:id="@+id/reply"
|
||||
@ -30,6 +31,7 @@
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingBottom="2dip"
|
||||
android:gravity="center_vertical">
|
||||
<Button
|
||||
android:id="@+id/archive_scrolling"
|
||||
|
Loading…
Reference in New Issue
Block a user