Remove char limit from owner info
Bug: 21959734 Change-Id: I21854309ca390cb126ba50feaa56fb9a35b862e1
This commit is contained in:
@@ -27,17 +27,8 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="top"
|
||||
android:hint="@string/owner_info_settings_edit_text_hint"
|
||||
android:maxLength="100"
|
||||
android:inputType="textMultiLine|textCapSentences"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/owner_info_status"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="end"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user