diff options
author | Christian S <christian@pix-art.de> | 2016-05-04 22:20:21 +0200 |
---|---|---|
committer | Christian S <christian@pix-art.de> | 2016-05-04 22:20:21 +0200 |
commit | 8013668850e92f3dbd6e35bc3be9acddd74a9163 (patch) | |
tree | ce48014f3bc6e914e081feb6b523d7dc821bca51 /src/main | |
parent | fd41d30710bff7445fe6c6d0b64ef981eb244e39 (diff) |
little layout improvement
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/res/layout/activity_set_presence.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main/res/layout/activity_set_presence.xml b/src/main/res/layout/activity_set_presence.xml index c59915685..a5157a89d 100644 --- a/src/main/res/layout/activity_set_presence.xml +++ b/src/main/res/layout/activity_set_presence.xml @@ -43,12 +43,10 @@ android:id="@+id/all_accounts" android:textColor="@color/black87" android:textSize="?attr/TextSizeBody" - android:visibility="invisible"/> + android:visibility="gone"/> <Button android:id="@+id/change_presence" style="?android:attr/borderlessButtonStyle" - android:layout_marginRight="-8dp" - android:layout_marginBottom="-8dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="right" |