OsmAnd/OsmAnd-telegram/res/layout/install_osmand_dialog.xml

37 lines
1.3 KiB
XML
Raw Normal View History

2018-06-10 18:27:03 +02:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
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:background="@color/dialogTitleBackgroundColor"
android:orientation="vertical"
android:gravity="center_horizontal">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/osmand_logo"
android:layout_margin="32dp"
android:src="@drawable/osmand_logo"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="?android:attr/textColorPrimaryInverse"
android:text="@string/install_osmand"
android:layout_marginBottom="16dp"/>
</LinearLayout>
<TextView
android:layout_margin="16dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="?android:attr/textColorPrimary"
android:text="@string/install_osmand_dialog_message"/>
</LinearLayout>