diff options
Diffstat (limited to 'res/layout/crypt_keeper_status.xml')
-rw-r--r-- | res/layout/crypt_keeper_status.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/crypt_keeper_status.xml b/res/layout/crypt_keeper_status.xml index d94e66d..b92bbe8 100644 --- a/res/layout/crypt_keeper_status.xml +++ b/res/layout/crypt_keeper_status.xml @@ -23,6 +23,7 @@ android:orientation="vertical" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_gravity="center_horizontal" > <com.android.internal.widget.DigitalClock android:id="@+id/time" @@ -31,6 +32,7 @@ android:layout_alignParentTop="true" android:layout_alignParentLeft="true" android:layout_marginTop="8dip" + android:layout_gravity="center" android:layout_marginBottom="8dip" > |