diff options
| -rw-r--r-- | main/res/layout/map_mapsforge_old.xml | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/main/res/layout/map_mapsforge_old.xml b/main/res/layout/map_mapsforge_old.xml deleted file mode 100644 index 9ed6596..0000000 --- a/main/res/layout/map_mapsforge_old.xml +++ /dev/null @@ -1,44 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools" - android:layout_width="fill_parent" - android:layout_height="fill_parent" - android:orientation="vertical" - tools:context=".maps.mapsforge.MapsforgeMapProvider" > - - <include layout="@layout/actionbar_maps" /> - - <include layout="@layout/filter_bar" /> - - <RelativeLayout - android:layout_width="fill_parent" - android:layout_height="fill_parent" > - - <TextView - android:id="@+id/number" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_margin="5dip" - android:background="@drawable/icon_bcg" - android:ellipsize="marquee" - android:gravity="center_horizontal" - android:lines="1" - android:paddingLeft="5dip" - android:paddingRight="5dip" - android:scrollHorizontally="true" - android:singleLine="true" - android:textColor="@color/text_icon" - android:textSize="12sp" - android:visibility="gone" /> - - <view - android:id="@+id/mfmap_old" - android:layout_width="fill_parent" - android:layout_height="fill_parent" - class="cgeo.geocaching.maps.mapsforge.v024.MapsforgeMapView024" - android:clickable="true" - android:enabled="true" - android:keepScreenOn="true" /> - </RelativeLayout> - -</LinearLayout>
\ No newline at end of file |
