Hided tracks fragment from main screen
This commit is contained in:
parent
fa7ab9bb25
commit
a5a8aebf3c
1 changed files with 7 additions and 7 deletions
|
@ -64,13 +64,13 @@
|
||||||
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:id="@+id/TracksFragment"
|
<!--android:id="@+id/TracksFragment"-->
|
||||||
android:name="net.osmand.plus.dashboard.DashTrackFragment"
|
<!--android:name="net.osmand.plus.dashboard.DashTrackFragment"-->
|
||||||
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"-->
|
||||||
|
|
Loading…
Reference in a new issue