aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/create_conference_dialog.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-07-09 20:56:43 +0200
committerChristian Schneppe <christian@pix-art.de>2018-07-09 20:56:43 +0200
commitc489fe3292e75d0a85d65d57dde24ae7a81e9147 (patch)
treefaa846b8bc7db271e19e3891ba7287a344bd0be5 /src/main/res/layout/create_conference_dialog.xml
parent46accae255bf3f67c22e26f7fc53603bcfaacfc0 (diff)
refined create conference dialog
Diffstat (limited to 'src/main/res/layout/create_conference_dialog.xml')
-rw-r--r--src/main/res/layout/create_conference_dialog.xml12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/main/res/layout/create_conference_dialog.xml b/src/main/res/layout/create_conference_dialog.xml
index ca26e618b..e3f9d979f 100644
--- a/src/main/res/layout/create_conference_dialog.xml
+++ b/src/main/res/layout/create_conference_dialog.xml
@@ -25,12 +25,6 @@
android:layout_height="wrap_content"
android:visibility="gone" />
- <View
- android:layout_width="0dp"
- android:layout_height="0dp"
- android:focusable="true"
- android:focusableInTouchMode="true" />
-
<android.support.design.widget.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -38,13 +32,11 @@
app:hintTextAppearance="@style/TextAppearance.Conversations.Design.Hint">
<android.support.design.widget.TextInputEditText
- android:id="@+id/subject"
+ android:id="@+id/group_chat_name"
style="@style/Widget.Conversations.EditText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:hint="@string/topic"
- android:nextFocusDown="@+id/subject"
- android:nextFocusUp="@+id/subject" />
+ android:hint="@string/create_dialog_group_chat_name"/>
</android.support.design.widget.TextInputLayout>
</LinearLayout>
</layout> \ No newline at end of file