Fix avoid roads

This commit is contained in:
Victor Shcherb 2014-11-03 02:08:13 +01:00
parent 1fa48de355
commit b168de340a

View file

@ -58,7 +58,7 @@ public class AvoidSpecificRoads {
// User super class to create the View
View v = convertView;
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));
v = tv;
} else {