align order of cards
This commit is contained in:
parent
109ba6bf27
commit
5b0e04098e
2 changed files with 5 additions and 5 deletions
|
@ -32,14 +32,14 @@
|
||||||
|
|
||||||
<fragment
|
<fragment
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:name="net.osmand.plus.dashboard.DashUpdatesFragment"
|
android:name="net.osmand.plus.dashboard.DashFavoritesFragment"
|
||||||
android:layout_marginTop="@dimen/dashCardMargin"
|
android:layout_marginTop="@dimen/dashCardMargin"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"/>
|
android:layout_height="wrap_content"/>
|
||||||
|
|
||||||
<fragment
|
<fragment
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:name="net.osmand.plus.dashboard.DashFavoritesFragment"
|
android:name="net.osmand.plus.dashboard.DashAudioVideoNotesFragment"
|
||||||
android:layout_marginTop="@dimen/dashCardMargin"
|
android:layout_marginTop="@dimen/dashCardMargin"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"/>
|
android:layout_height="wrap_content"/>
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
|
|
||||||
<fragment
|
<fragment
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:name="net.osmand.plus.dashboard.DashAudioVideoNotesFragment"
|
android:name="net.osmand.plus.dashboard.DashUpdatesFragment"
|
||||||
android:layout_marginTop="@dimen/dashCardMargin"
|
android:layout_marginTop="@dimen/dashCardMargin"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"/>
|
android:layout_height="wrap_content"/>
|
||||||
|
|
|
@ -49,14 +49,14 @@
|
||||||
|
|
||||||
<fragment
|
<fragment
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:name="net.osmand.plus.dashboard.DashUpdatesFragment"
|
android:name="net.osmand.plus.dashboard.DashDownloadMapsFragment"
|
||||||
android:layout_marginTop="@dimen/dashCardMargin"
|
android:layout_marginTop="@dimen/dashCardMargin"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"/>
|
android:layout_height="wrap_content"/>
|
||||||
|
|
||||||
<fragment
|
<fragment
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:name="net.osmand.plus.dashboard.DashDownloadMapsFragment"
|
android:name="net.osmand.plus.dashboard.DashUpdatesFragment"
|
||||||
android:layout_marginTop="@dimen/dashCardMargin"
|
android:layout_marginTop="@dimen/dashCardMargin"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"/>
|
android:layout_height="wrap_content"/>
|
||||||
|
|
Loading…
Reference in a new issue