Fix avoid roads
This commit is contained in:
parent
1fa48de355
commit
b168de340a
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public class AvoidSpecificRoads {
|
||||||
// User super class to create the View
|
// User super class to create the View
|
||||||
View v = convertView;
|
View v = convertView;
|
||||||
if (position == 0) {
|
if (position == 0) {
|
||||||
TextView tv = (TextView) ctx.getLayoutInflater().inflate(R.layout.list_menu_item_native, null);
|
TextView tv = (TextView) ctx.getLayoutInflater().inflate(R.layout.list_bigtextview, null);
|
||||||
tv.setText(app.getString(R.string.select_impassable_road));
|
tv.setText(app.getString(R.string.select_impassable_road));
|
||||||
v = tv;
|
v = tv;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue