Merge "Request lock screen message focus and limit character limit"

This commit is contained in:
TreeHugger Robot
2018-07-20 23:32:35 +00:00
committed by Android (Google) Code Review

View File

@@ -29,7 +29,9 @@
android:gravity="top"
android:hint="@string/owner_info_settings_edit_text_hint"
android:inputType="textMultiLine|textCapSentences"
/>
android:maxLength="140">
<requestFocus />
</EditText>
</LinearLayout>