1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

slightly tweak scrolling buttons to not get cut off with a fading edge

This commit is contained in:
Jesse Vincent 2011-01-17 17:25:22 +00:00
parent bd66315375
commit f66245a9ff

View File

@ -5,6 +5,7 @@
android:orientation="horizontal" android:orientation="horizontal"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingBottom="2dip"
android:gravity="center_vertical"> android:gravity="center_vertical">
<Button <Button
android:id="@+id/reply" android:id="@+id/reply"
@ -30,6 +31,7 @@
android:orientation="horizontal" android:orientation="horizontal"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingBottom="2dip"
android:gravity="center_vertical"> android:gravity="center_vertical">
<Button <Button
android:id="@+id/archive_scrolling" android:id="@+id/archive_scrolling"