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
1 changed files with 2 additions and 0 deletions

View File

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