aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Gultsch <inputmice@siacs.eu>2015-01-10 23:56:56 +0100
committerDaniel Gultsch <inputmice@siacs.eu>2015-01-10 23:56:56 +0100
commite34bc920e46de2849a36698eb65b32c422b171e0 (patch)
tree4cc774ee78c4987d0c8bf05f2dcc87367a799c22
parentd7fc5b697838c2f7e76512e91f18e84c5ea47276 (diff)
fixed #860
-rw-r--r--src/main/res/layout/activity_muc_details.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/layout/activity_muc_details.xml b/src/main/res/layout/activity_muc_details.xml
index 8299e832..c59d0b5b 100644
--- a/src/main/res/layout/activity_muc_details.xml
+++ b/src/main/res/layout/activity_muc_details.xml
@@ -87,6 +87,7 @@
android:layout_centerVertical="true"
android:textColor="@color/primarytext"
android:textSize="?attr/TextSizeBody"
+ android:layout_toLeftOf="@+id/change_conference_button"
/>
<ImageButton
android:id="@+id/change_conference_button"