|
|
|
@ -28,7 +28,8 @@
|
|
|
|
|
android:layout_marginRight="10dp"
|
|
|
|
|
android:contentDescription="@string/GroupCreateActivity_avatar_content_description" />
|
|
|
|
|
|
|
|
|
|
<EditText android:id="@+id/group_name"
|
|
|
|
|
<org.thoughtcrime.securesms.components.emoji.EmojiEditText
|
|
|
|
|
android:id="@+id/group_name"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
@ -55,7 +56,8 @@
|
|
|
|
|
style="@android:style/Widget.ProgressBar"
|
|
|
|
|
android:indeterminate="true" />
|
|
|
|
|
|
|
|
|
|
<TextView android:id="@+id/creating_group_text"
|
|
|
|
|
<org.thoughtcrime.securesms.components.emoji.EmojiTextView
|
|
|
|
|
android:id="@+id/creating_group_text"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
|