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