153 lines
No EOL
5.1 KiB
XML
153 lines
No EOL
5.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:osmand="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
tools:context=".activities.PluginActivity">
|
|
|
|
<ImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:maxHeight="144dp"
|
|
android:maxWidth="360dp"
|
|
android:scaleType="centerInside"
|
|
android:layout_gravity="center_horizontal"
|
|
android:src="@drawable/extension_stub"/>
|
|
|
|
<FrameLayout
|
|
android:id="@+id/plugin_header"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="66dp"
|
|
android:background="?attr/plugin_details_header_bg"
|
|
android:paddingLeft="16dp"
|
|
android:paddingRight="16dp">
|
|
|
|
<net.osmand.plus.widgets.ButtonEx
|
|
android:id="@+id/plugin_settings"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_vertical|start"
|
|
android:layout_marginBottom="9dp"
|
|
android:layout_marginTop="9dp"
|
|
android:background="@null"
|
|
android:drawableLeft="?attr/ic_action_settings"
|
|
android:drawablePadding="10dp"
|
|
android:drawableStart="?attr/ic_action_settings"
|
|
android:paddingLeft="0dp"
|
|
android:paddingRight="16dp"
|
|
android:text="@string/plugin_settings_button_caption"
|
|
android:textColor="?android:textColorPrimary"
|
|
android:textSize="12sp"
|
|
android:lines="1"
|
|
android:maxLines="1"
|
|
android:ellipsize="end"
|
|
osmand:textAllCapsCompat="true"
|
|
osmand:typeface="@string/font_roboto_medium"/>
|
|
|
|
<FrameLayout
|
|
android:layout_width="139dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_vertical|end"
|
|
android:layout_marginBottom="16dp"
|
|
android:layout_marginTop="16dp">
|
|
|
|
<net.osmand.plus.widgets.SwitchEx
|
|
android:id="@+id/plugin_enable_disable"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="?attr/switch_ex_background"
|
|
android:paddingBottom="8dp"
|
|
android:paddingLeft="9.5dp"
|
|
android:paddingRight="9.5dp"
|
|
android:paddingTop="8dp"
|
|
android:textColor="?attr/switch_ex_text_color"
|
|
android:textOff="@string/enable_plugin"
|
|
android:textOn="@string/disable_plugin"
|
|
android:textSize="12sp"
|
|
android:lines="1"
|
|
android:maxLines="1"
|
|
android:ellipsize="end"
|
|
osmand:textAllCapsCompat="true"
|
|
osmand:typeface="@string/font_roboto_medium"/>
|
|
|
|
<net.osmand.plus.widgets.ButtonEx
|
|
android:id="@+id/plugin_get"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@drawable/get_button_background"
|
|
android:paddingBottom="8dp"
|
|
android:paddingLeft="9.5dp"
|
|
android:paddingRight="9.5dp"
|
|
android:paddingTop="8dp"
|
|
android:textColor="@color/get_button_text"
|
|
android:text="@string/get_plugin"
|
|
android:textSize="12sp"
|
|
android:visibility="gone"
|
|
android:lines="1"
|
|
android:maxLines="1"
|
|
android:ellipsize="end"
|
|
osmand:textAllCapsCompat="true"
|
|
osmand:typeface="@string/font_roboto_medium"/>
|
|
</FrameLayout>
|
|
</FrameLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/plugin_install_header"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="66dp"
|
|
android:background="?attr/plugin_details_install_header_bg"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:paddingLeft="16dp"
|
|
android:paddingRight="16dp"
|
|
android:visibility="gone"
|
|
tools:visibility="visible">
|
|
|
|
<ImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="?attr/ic_world_globe"/>
|
|
|
|
<net.osmand.plus.widgets.TextViewEx
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:paddingLeft="16dp"
|
|
android:paddingRight="16dp"
|
|
android:textColor="?attr/plugin_description_header_text_color"
|
|
android:text="@string/plugin_install_needs_network"
|
|
osmand:typeface="@string/font_roboto_regular"/>
|
|
</LinearLayout>
|
|
|
|
<net.osmand.plus.widgets.TextViewEx
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginRight="16dp"
|
|
android:layout_marginTop="16dp"
|
|
android:text="@string/plugin_description_title"
|
|
android:textSize="14sp"
|
|
android:textColor="?attr/plugin_description_header_text_color"
|
|
osmand:textAllCapsCompat="true"
|
|
osmand:typeface="@string/font_roboto_medium"/>
|
|
|
|
<net.osmand.plus.widgets.TextViewEx
|
|
android:id="@+id/plugin_description"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginRight="16dp"
|
|
android:layout_marginTop="14dp"
|
|
android:textSize="16sp"
|
|
android:textColor="?android:textColorPrimary"
|
|
osmand:typeface="@string/font_roboto_regular"
|
|
tools:text="@string/lorem_ipsum"/>
|
|
|
|
</LinearLayout>
|
|
</ScrollView> |