148 lines
No EOL
5.6 KiB
XML
148 lines
No EOL
5.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
|
|
<net.osmand.plus.widgets.TextViewEx
|
|
android:id="@+id/onOffTextView"
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
tools:text="@string/shared_string_on"
|
|
app:textAllCapsCompat="true"/>
|
|
|
|
<android.support.v7.widget.SwitchCompat
|
|
android:id="@+id/liveUpdatesSwitch"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
/>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="14dp"
|
|
android:layout_marginRight="14dp"
|
|
android:layout_marginTop="14dp"
|
|
android:background="?attr/bg_card"
|
|
android:orientation="vertical"
|
|
tools:showIn="@layout/fragment_live_updates">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:minHeight="44dp">
|
|
|
|
<net.osmand.plus.widgets.TextViewEx
|
|
android:layout_width="120dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginRight="16dp"
|
|
android:text="Subscription status"
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
android:textSize="@dimen/default_desc_text_size"
|
|
app:typeface="@string/font_roboto_regular"/>
|
|
|
|
<net.osmand.plus.widgets.TextViewEx
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="4dp"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginRight="16dp"
|
|
android:layout_marginTop="4dp"
|
|
android:text="Work"
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
android:textSize="@dimen/default_desc_text_size"
|
|
app:typeface="@string/font_roboto_medium"/>
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"
|
|
android:background="?attr/dashboard_divider"/>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:minHeight="44dp">
|
|
|
|
|
|
<net.osmand.plus.widgets.TextViewEx
|
|
android:layout_width="120dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginRight="16dp"
|
|
android:text="Support country"
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
android:textSize="@dimen/default_desc_text_size"
|
|
app:typeface="@string/font_roboto_regular"/>
|
|
|
|
<net.osmand.plus.widgets.TextViewEx
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="4dp"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginRight="16dp"
|
|
android:layout_marginTop="4dp"
|
|
android:text="Ukraine"
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
android:textSize="@dimen/default_desc_text_size"
|
|
app:typeface="@string/font_roboto_medium"/>
|
|
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"
|
|
android:background="?attr/dashboard_divider"/>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:minHeight="44dp">
|
|
|
|
|
|
<net.osmand.plus.widgets.TextViewEx
|
|
android:layout_width="120dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginRight="16dp"
|
|
android:text="Last pay"
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
android:textSize="@dimen/default_desc_text_size"
|
|
app:typeface="@string/font_roboto_regular"/>
|
|
|
|
<net.osmand.plus.widgets.TextViewEx
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="4dp"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginRight="16dp"
|
|
android:layout_marginTop="4dp"
|
|
android:text="25 Nov 2015"
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
android:textSize="@dimen/default_desc_text_size"
|
|
app:typeface="@string/font_roboto_medium"/>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="Available maps"/>
|
|
|
|
</LinearLayout> |