diff options
author | Bananeweizen <bananeweizen@gmx.de> | 2015-03-08 09:17:14 +0100 |
---|---|---|
committer | Bananeweizen <bananeweizen@gmx.de> | 2015-03-08 09:17:14 +0100 |
commit | 90232fd33aa4fabc49f11dce7a983a949aaf61db (patch) | |
tree | 36bf28a08be8b7d0f5b61e3372f35a53f3b460de /main | |
parent | 976c58200ef50432cd08eb45fb844983a1653d28 (diff) | |
download | cgeo-90232fd33aa4fabc49f11dce7a983a949aaf61db.zip cgeo-90232fd33aa4fabc49f11dce7a983a949aaf61db.tar.gz cgeo-90232fd33aa4fabc49f11dce7a983a949aaf61db.tar.bz2 |
cleanup: remove unused mapsforge layout
Diffstat (limited to 'main')
-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 |