mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Add rounded field and use new strings
This commit is contained in:
parent
58ca7f510f
commit
374c0abd41
1 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,8 @@
|
|||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="@string/enter_cip_13_here"
|
||||
android:background="@drawable/rounded_corner"
|
||||
android:inputType="number"
|
||||
android:padding="10dp" />
|
||||
android:padding="10dp"
|
||||
android:autofillHints="@string/enter_cip_13_here" />
|
||||
</LinearLayout>
|
Loading…
Reference in a new issue