Changing max types string length for google places from 40 to 35 (it was
too length for one line in vertical mode).master
parent
763cda275e
commit
8cf13d5fb9
|
@ -25,7 +25,7 @@ import java.util.List;
|
|||
public class PlacesAdapter extends ArrayAdapter<GooglePlaceResult> {
|
||||
|
||||
|
||||
private static final int MAX_CHARS_FOR_TAGS_IN_INDEX_FRAG = 40;
|
||||
private static final int MAX_CHARS_FOR_TAGS_IN_INDEX_FRAG = 35;
|
||||
|
||||
public PlacesAdapter(Context context, List<GooglePlaceResult> objects) {
|
||||
super(context, R.layout.google_place_item, objects);
|
||||
|
|
Loading…
Reference in New Issue