Set inputType for notes fields.
(cherry picked from commit af0807d)
This commit is contained in:
parent
5d66ecc767
commit
9b80221752
|
@ -125,7 +125,8 @@
|
|||
<EditText
|
||||
android:id="@+id/fill_notes"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
android:layout_height="wrap_content"
|
||||
android:inputType="text|textCapWords" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
|
|
@ -215,7 +215,8 @@
|
|||
<EditText
|
||||
android:id="@+id/newcarbs_notes"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
android:layout_height="wrap_content"
|
||||
android:inputType="text|textCapWords" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
|
|
@ -177,7 +177,8 @@
|
|||
<EditText
|
||||
android:id="@+id/newcarbs_notes"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
android:layout_height="wrap_content"
|
||||
android:inputType="text|textCapWords" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
|
|
@ -221,6 +221,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:gravity="left"
|
||||
android:inputType="text|textCapWords" />
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Reference in a new issue