2010-12-06 14:58:16 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent" android:background="@drawable/background">
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical">
|
|
|
|
<LinearLayout android:layout_height="wrap_content" android:layout_width="fill_parent" android:gravity="center_horizontal" >
|
|
|
|
<LinearLayout android:layout_height="wrap_content" android:layout_width="wrap_content"
|
|
|
|
android:background="@drawable/headliner" android:orientation="horizontal" android:id="@+id/Headliner" >
|
2011-06-11 21:42:53 +02:00
|
|
|
<ImageView android:src="@drawable/icon_small" android:layout_marginLeft="21dp" android:layout_marginTop="6dp"
|
|
|
|
android:layout_height="wrap_content" android:layout_width="wrap_content" />
|
2011-04-15 01:01:09 +02:00
|
|
|
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/AppName"
|
2011-06-11 21:42:53 +02:00
|
|
|
android:layout_marginLeft="3dp" android:layout_weight="1" android:layout_marginTop="8dp"
|
2011-04-15 01:01:09 +02:00
|
|
|
android:text="OsmAnd+" android:textColor="#000000" android:typeface="serif" android:textSize="22sp"/>
|
2010-12-06 14:58:16 +01:00
|
|
|
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content"
|
|
|
|
android:layout_marginTop="8dp"
|
|
|
|
android:text="0.5.1 beta(b6)" android:textColor="#000000" android:typeface="serif" android:id="@+id/TextVersion"
|
|
|
|
android:textSize="20sp"/>
|
2011-06-09 20:11:53 +02:00
|
|
|
<ImageView android:src="@drawable/headliner_close" android:layout_marginRight="18dp" android:clickable="true" android:id="@+id/CloseButton"
|
|
|
|
android:layout_marginTop="6dp"
|
|
|
|
android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_marginLeft="7dp"/>
|
2010-12-06 14:58:16 +01:00
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<TableLayout android:layout_width="fill_parent" android:layout_height="wrap_content">
|
2011-06-12 01:32:28 +02:00
|
|
|
<TableRow android:layout_height = "wrap_content" android:layout_marginTop="35dp" >
|
|
|
|
<LinearLayout android:id="@+id/MapButton" android:background="@drawable/bg_leftr" android:orientation="vertical" android:clickable="true"
|
|
|
|
android:layout_weight="3" android:layout_height="250dp">
|
2010-12-06 14:58:16 +01:00
|
|
|
<ImageView
|
2011-06-12 01:32:28 +02:00
|
|
|
android:src="@drawable/button_icon_map" android:scaleType="center" android:layout_gravity="center"
|
|
|
|
android:layout_weight="1" android:layout_width="wrap_content" android:layout_height="wrap_content"/>
|
2010-12-06 14:58:16 +01:00
|
|
|
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content"
|
2011-06-12 01:32:28 +02:00
|
|
|
android:layout_gravity="center_horizontal|top" android:textSize="27sp"
|
|
|
|
android:text="@string/map_Button" android:typeface="serif" android:textColor="#000000"/>
|
2010-12-06 14:58:16 +01:00
|
|
|
</LinearLayout>
|
2011-06-12 01:32:28 +02:00
|
|
|
<LinearLayout android:layout_weight="2" android:layout_height="fill_parent" />
|
|
|
|
<LinearLayout android:id="@+id/SearchButton" android:background="@drawable/bg_rightr" android:orientation="vertical" android:clickable="true"
|
|
|
|
android:layout_weight="3" android:layout_height="250dp">
|
2010-12-06 14:58:16 +01:00
|
|
|
<ImageView
|
2011-06-12 01:32:28 +02:00
|
|
|
android:src="@drawable/button_icon_search" android:scaleType="center" android:layout_gravity="center"
|
|
|
|
android:layout_weight="1" android:layout_width="wrap_content" android:layout_height="wrap_content"/>
|
2010-12-06 14:58:16 +01:00
|
|
|
|
|
|
|
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content"
|
2011-06-12 01:32:28 +02:00
|
|
|
android:layout_gravity="center_horizontal|top" android:textSize="27sp"
|
|
|
|
android:text="@string/search_button" android:typeface="serif" android:textColor="#000000"/>
|
2010-12-06 14:58:16 +01:00
|
|
|
</LinearLayout>
|
|
|
|
</TableRow>
|
2011-06-12 01:32:28 +02:00
|
|
|
<TableRow android:layout_height = "wrap_content" android:layout_marginTop="35dp" >
|
|
|
|
<LinearLayout android:id="@+id/FavoritesButton" android:background="@drawable/bg_leftr" android:orientation="vertical" android:clickable="true"
|
|
|
|
android:layout_weight="3" android:layout_height="250dp">
|
2010-12-06 14:58:16 +01:00
|
|
|
<ImageView
|
2011-06-12 01:32:28 +02:00
|
|
|
android:src="@drawable/button_icon_favorites" android:scaleType="center" android:layout_gravity="center"
|
|
|
|
android:layout_weight="1" android:layout_width="wrap_content" android:layout_height="wrap_content"/>
|
2010-12-06 14:58:16 +01:00
|
|
|
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content"
|
2011-06-12 01:32:28 +02:00
|
|
|
android:layout_gravity="center_horizontal|top" android:textSize="27sp"
|
|
|
|
android:text="@string/favorites_Button" android:typeface="serif" android:textColor="#000000"/>
|
2010-12-06 14:58:16 +01:00
|
|
|
</LinearLayout>
|
2011-06-12 01:32:28 +02:00
|
|
|
<LinearLayout android:layout_weight="2" android:layout_height="fill_parent" />
|
|
|
|
<LinearLayout android:id="@+id/SettingsButton" android:background="@drawable/bg_rightr" android:orientation="vertical" android:clickable="true"
|
|
|
|
android:layout_weight="3" android:layout_height="250dp">
|
2010-12-06 14:58:16 +01:00
|
|
|
<ImageView
|
2011-06-12 01:32:28 +02:00
|
|
|
android:src="@drawable/button_icon_settings" android:scaleType="center" android:layout_gravity="center"
|
|
|
|
android:layout_weight="1" android:layout_width="wrap_content" android:layout_height="wrap_content"/>
|
2010-12-06 14:58:16 +01:00
|
|
|
|
|
|
|
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content"
|
2011-06-12 01:32:28 +02:00
|
|
|
android:layout_gravity="center_horizontal|top" android:textSize="27sp"
|
|
|
|
android:text="@string/settings_Button" android:typeface="serif" android:textColor="#000000"/>
|
2010-12-06 14:58:16 +01:00
|
|
|
</LinearLayout>
|
2011-06-12 01:32:28 +02:00
|
|
|
</TableRow>
|
|
|
|
|
2010-12-06 14:58:16 +01:00
|
|
|
|
|
|
|
</TableLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</FrameLayout>
|