mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 19:37:36 +00:00
Fix recursive experience upgrade activity problem
// FREEBIE
This commit is contained in:
@@ -21,10 +21,12 @@
|
||||
|
||||
<org.thoughtcrime.securesms.components.emoji.EmojiEditText
|
||||
android:id="@+id/name"
|
||||
android:hint="@string/profile_create_activity__your_name"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_weight="1"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:inputType="textCapWords"/>
|
||||
|
||||
<org.thoughtcrime.securesms.components.emoji.EmojiToggle
|
||||
|
@@ -983,6 +983,7 @@
|
||||
<string name="profile_create_activity__set_later">Set later</string>
|
||||
<string name="profile_create_activity__finish">FINISH</string>
|
||||
<string name="profile_create_activity__who_can_see_this_information">Who can see this information?</string>
|
||||
<string name="profile_create_activity__your_name">Your name</string>
|
||||
|
||||
<!-- recipient_preferences_activity -->
|
||||
<string name="recipient_preference_activity__blocked">BLOCKED</string>
|
||||
@@ -1456,6 +1457,7 @@
|
||||
<string name="transport_selection_list_item__transport_icon">Transport icon</string>
|
||||
|
||||
|
||||
|
||||
<!-- EOF -->
|
||||
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user