Add length limit feedback when setting profile name

// FREEBIE
This commit is contained in:
Moxie Marlinspike
2017-08-24 17:40:35 -07:00
parent 3e22c37425
commit beed9d8034
6 changed files with 70 additions and 19 deletions

View File

@@ -18,12 +18,13 @@
android:layout_marginLeft="10dp"
android:layout_marginStart="10dp">
<TextView android:id="@+id/profile_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="5dp"
android:textSize="20sp"
tools:text="Voltarine DeClyre"/>
<org.thoughtcrime.securesms.components.emoji.EmojiTextView
android:id="@+id/profile_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="5dp"
android:textSize="20sp"
tools:text="Voltarine DeClyre"/>
<TextView android:id="@+id/number"
android:layout_width="match_parent"