Merge "Reduce string length for battery level and charging status."

This commit is contained in:
Amith Yamasani
2011-09-14 11:16:09 -07:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 1 deletions

View File

@@ -61,6 +61,7 @@
android:hint="@string/owner_info_settings_edit_text_hint"
android:lines="8"
android:maxLines="8"
android:inputType="textNoSuggestions|textMultiLine"
/>
</LinearLayout>