Add character counter to profile bio field. #881 (#991)

This commit is contained in:
Levi Bard 2019-01-17 22:15:06 +01:00 committed by Konrad Pozniak
parent 91fba293f2
commit 6252204dd5

View file

@ -111,8 +111,9 @@
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
android:layout_marginEnd="16dp"
android:layout_marginBottom="8dp"
android:hint="@string/hint_note">
android:hint="@string/hint_note"
app:counterEnabled="true"
app:counterTextColor="?android:textColorTertiary">
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/noteEditText"