kopia lustrzana https://github.com/ryukoposting/Signal-Android
Replace emojis in GroupCreateActivity
Emojis can be typed there using the system keyboard Closes #4692 // FREEBIEfork-5.53.8
rodzic
7aac137fb7
commit
e93dcc3991
|
@ -28,7 +28,8 @@
|
||||||
android:layout_marginRight="10dp"
|
android:layout_marginRight="10dp"
|
||||||
android:contentDescription="@string/GroupCreateActivity_avatar_content_description" />
|
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_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center_vertical"
|
android:layout_gravity="center_vertical"
|
||||||
|
@ -55,7 +56,8 @@
|
||||||
style="@android:style/Widget.ProgressBar"
|
style="@android:style/Widget.ProgressBar"
|
||||||
android:indeterminate="true" />
|
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_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center_vertical"
|
android:layout_gravity="center_vertical"
|
||||||
|
|
Ładowanie…
Reference in New Issue