Update OsmAnd/res/layout/favourite_edit_dialog.xml
This commit is contained in:
parent
95cf3d50a7
commit
0395cb2326
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@
|
||||||
<TextView android:layout_width="wrap_content" android:layout_height="wrap_content"
|
<TextView android:layout_width="wrap_content" android:layout_height="wrap_content"
|
||||||
android:text="@string/favourites_edit_dialog_name"/>
|
android:text="@string/favourites_edit_dialog_name"/>
|
||||||
<EditText android:layout_width="fill_parent" android:layout_height="wrap_content" android:paddingLeft="3dp"
|
<EditText android:layout_width="fill_parent" android:layout_height="wrap_content" android:paddingLeft="3dp"
|
||||||
android:id="@+id/Name"/>
|
android:id="@+id/Name" android:inputType="textCapWords" android:selectAllOnFocus="true"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
<TableRow>
|
<TableRow>
|
||||||
<TextView android:layout_width="wrap_content" android:layout_height="wrap_content"
|
<TextView android:layout_width="wrap_content" android:layout_height="wrap_content"
|
||||||
android:text="@string/favourites_edit_dialog_category"/>
|
android:text="@string/favourites_edit_dialog_category"/>
|
||||||
<AutoCompleteTextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:paddingLeft="3dp"
|
<AutoCompleteTextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:paddingLeft="3dp"
|
||||||
android:id="@+id/Category" android:completionThreshold="1"/>
|
android:id="@+id/Category" android:completionThreshold="1" android:inputType="textCapWords" android:selectAllOnFocus="true"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableLayout>
|
</TableLayout>
|
||||||
|
|
Loading…
Reference in a new issue