- note_display_full width bug fixed
This commit is contained in:
parent
59a2504220
commit
4fe2a0ab51
2 changed files with 5 additions and 4 deletions
|
@ -84,9 +84,9 @@ public class GmapFragment extends Fragment implements OnMapReadyCallback {
|
|||
private final String hundredMeters = "100 meters";
|
||||
private final String kilometer = "1 Km";
|
||||
private final String threeKilometer = "3 Km";
|
||||
private final String mine = "mine";
|
||||
private final String others = "others";
|
||||
private final String all = "all";
|
||||
private final String mine = "Mine";
|
||||
private final String others = "Others";
|
||||
private final String all = "All";
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_margin="20dp"
|
||||
android:orientation="vertical">
|
||||
android:orientation="vertical"
|
||||
android:minWidth="330dp">
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="horizontal"
|
||||
|
|
Loading…
Reference in a new issue