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

Small layout change for sign/encrypt button in message compose activity. Shifts the encrypt checkbox to the right to make room for longer key descriptions/email addresses.

This commit is contained in:
cketti 2010-08-05 12:08:13 +00:00
parent bd563291c1
commit 5cb1c16003

View File

@ -82,7 +82,7 @@
<LinearLayout
android:orientation="horizontal"
android:layout_gravity="center_vertical"
android:layout_width="0dip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1">
@ -128,7 +128,7 @@
android:id="@+id/cb_encrypt"
android:textColor="@android:color/primary_text_light"
android:layout_gravity="center_vertical"
android:layout_width="0dip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"/>