forked from organicmaps/organicmaps
[android] Fix missing newlines from previous commit
Signed-off-by: Fábio Gomes <gabriel.gomes@tecnico.ulisboa.pt>
This commit is contained in:
parent
a1cb87bca6
commit
a241a68189
4 changed files with 4 additions and 4 deletions
|
@ -73,7 +73,7 @@ public class MyRoutesFragment extends Fragment
|
|||
recycler.setAdapter(mAdapter);
|
||||
recycler.setNestedScrollingEnabled(false);
|
||||
}
|
||||
|
||||
|
||||
private List<RouteBottomSheetItem> getRouteItems()
|
||||
{
|
||||
String[] savedRouteNames = Framework.nativeGetUserRouteNames();
|
||||
|
|
|
@ -65,4 +65,4 @@
|
|||
android:layout_marginBottom="@dimen/margin_half"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_marginStart="@dimen/margin_half" />
|
||||
</RelativeLayout>
|
||||
</RelativeLayout>
|
||||
|
|
|
@ -64,4 +64,4 @@
|
|||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginBottom="@dimen/margin_half"
|
||||
android:layout_toStartOf="@+id/map_buttons_bottom" />
|
||||
</RelativeLayout>
|
||||
</RelativeLayout>
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
android:id="@+id/btn_myroutes"
|
||||
style="@style/MwmWidget.MapButton"
|
||||
android:contentDescription="@string/tracks_title"
|
||||
app:srcCompat="@drawable/ic_bookmark_start" />
|
||||
app:srcCompat="@drawable/ic_bookmark_start" />
|
||||
|
|
Loading…
Add table
Reference in a new issue