2018-04-20 18:28:21 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-04-23 14:34:23 +02:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-04-20 18:28:21 +02:00
|
|
|
xmlns:osmand="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2018-04-24 18:51:06 +02:00
|
|
|
android:layout_width="match_parent"
|
2018-04-20 18:28:21 +02:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_horizontal"
|
2018-04-26 15:24:37 +02:00
|
|
|
android:layout_marginTop="@dimen/content_padding_small"
|
2018-04-24 18:51:06 +02:00
|
|
|
android:layout_marginLeft="@dimen/text_margin_small"
|
|
|
|
android:layout_marginRight="@dimen/text_margin_small"
|
2018-04-30 17:05:03 +02:00
|
|
|
android:background="?attr/wikivoyage_travel_card_bg"
|
2018-04-24 18:51:06 +02:00
|
|
|
android:orientation="vertical">
|
2018-04-20 18:28:21 +02:00
|
|
|
|
|
|
|
<LinearLayout
|
2018-04-23 14:34:23 +02:00
|
|
|
android:layout_width="match_parent"
|
2018-04-24 18:51:06 +02:00
|
|
|
android:layout_height="@dimen/wikivoyage_explore_card_image_height"
|
2018-04-20 18:28:21 +02:00
|
|
|
android:layout_gravity="center_horizontal"
|
2018-04-24 18:51:06 +02:00
|
|
|
android:orientation="vertical"
|
2018-04-26 13:32:41 +02:00
|
|
|
android:background="@drawable/travel_card_open_beta_image_bg">
|
2018-04-20 18:28:21 +02:00
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/background_image"
|
2018-04-24 18:51:06 +02:00
|
|
|
android:layout_width="match_parent"
|
2018-04-26 13:32:41 +02:00
|
|
|
android:layout_height="match_parent"
|
2018-04-20 18:28:21 +02:00
|
|
|
android:contentDescription="@string/welcome_to_open_beta"
|
|
|
|
tools:src="@drawable/img_help_wikivoyage_articles" />
|
2018-04-24 18:51:06 +02:00
|
|
|
</LinearLayout>
|
2018-04-20 18:28:21 +02:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/title"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginBottom="@dimen/list_content_padding"
|
|
|
|
android:layout_marginEnd="@dimen/list_content_padding"
|
|
|
|
android:layout_marginLeft="@dimen/list_content_padding"
|
|
|
|
android:layout_marginRight="@dimen/list_content_padding"
|
|
|
|
android:layout_marginStart="@dimen/list_content_padding"
|
|
|
|
android:layout_marginTop="@dimen/bottom_sheet_icon_margin"
|
2018-04-26 13:32:41 +02:00
|
|
|
android:textSize="@dimen/empty_state_text_size"
|
|
|
|
android:textColor="?attr/wikivoyage_primary_text_color"
|
2018-04-20 18:28:21 +02:00
|
|
|
tools:text="@string/welcome_to_open_beta" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/description"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2018-04-27 12:33:30 +02:00
|
|
|
android:lineSpacingMultiplier="@dimen/text_button_line_spacing_multiplier"
|
2018-04-20 18:28:21 +02:00
|
|
|
android:layout_marginBottom="@dimen/list_content_padding"
|
|
|
|
android:layout_marginEnd="@dimen/list_content_padding"
|
|
|
|
android:layout_marginLeft="@dimen/list_content_padding"
|
|
|
|
android:layout_marginRight="@dimen/list_content_padding"
|
|
|
|
android:layout_marginStart="@dimen/list_content_padding"
|
2018-04-23 12:42:02 +02:00
|
|
|
tools:text="@string/welcome_to_open_beta_description" />
|
2018-04-20 18:28:21 +02:00
|
|
|
|
|
|
|
<View
|
|
|
|
android:id="@+id/bottom_divider"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="1dp"
|
2018-04-23 14:34:23 +02:00
|
|
|
android:background="?attr/wikivoyage_card_divider_color" />
|
2018-04-20 18:28:21 +02:00
|
|
|
|
2018-04-24 11:35:59 +02:00
|
|
|
<net.osmand.plus.widgets.TextViewEx
|
2018-04-24 13:08:05 +02:00
|
|
|
android:id="@+id/bottom_button_text"
|
2018-04-24 18:51:06 +02:00
|
|
|
android:layout_width="match_parent"
|
2018-04-24 11:35:59 +02:00
|
|
|
android:layout_height="@dimen/bottom_sheet_title_height"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2018-04-26 15:24:37 +02:00
|
|
|
android:gravity="center_horizontal"
|
|
|
|
android:paddingTop="@dimen/wikivoyage_travel_card_button_padding"
|
2018-04-24 11:35:59 +02:00
|
|
|
android:textColor="?attr/color_dialog_buttons"
|
|
|
|
android:textSize="@dimen/default_desc_text_size"
|
|
|
|
osmand:typeface="@string/font_roboto_medium"
|
|
|
|
tools:text="@string/get_unlimited_access" />
|
2018-04-20 18:28:21 +02:00
|
|
|
|
|
|
|
|
2018-04-23 14:34:23 +02:00
|
|
|
</LinearLayout>
|