2019-09-18 17:28:26 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-05-29 19:53:55 +02:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center"
|
|
|
|
android:background="?attr/activity_background_color">
|
2019-09-18 17:28:26 +02:00
|
|
|
|
2020-05-29 19:53:55 +02:00
|
|
|
<FrameLayout
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content">
|
2019-09-18 17:28:26 +02:00
|
|
|
|
2020-05-29 19:53:55 +02:00
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
|
|
android:id="@+id/device_image"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
tools:background="@drawable/img_settings_device_bottom_light"
|
|
|
|
tools:src="@drawable/img_settings_sreen_route_parameters" />
|
2019-09-18 17:28:26 +02:00
|
|
|
|
2020-05-29 19:53:55 +02:00
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
|
|
android:id="@+id/warning_icon"
|
|
|
|
android:layout_width="@dimen/screen_alert_big_warning_icon_size"
|
|
|
|
android:layout_height="@dimen/screen_alert_big_warning_icon_size"
|
|
|
|
android:layout_marginTop="@dimen/local_size_height"
|
|
|
|
android:layout_marginLeft="@dimen/content_padding"
|
|
|
|
android:layout_marginStart="@dimen/content_padding"
|
|
|
|
tools:src="@drawable/warnings_pedestrian" />
|
|
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
</LinearLayout>
|