[android] fix for crash on startup on android os ver 5-6

This commit is contained in:
Alexey Osminin 2020-12-15 12:28:37 +03:00 committed by Maria Velichko
parent bcabf11a31
commit 38f2f5feea
2 changed files with 6 additions and 5 deletions

View file

@ -2,20 +2,21 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?cardBackground"
android:baselineAligned="false"
android:layout_margin="@dimen/margin_base_plus"
android:orientation="horizontal">
<ImageView
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/image"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:paddingEnd="@dimen/margin_base_plus"
android:src="@drawable/ic_download_map"
app:srcCompat="@drawable/ic_download_map"
tools:ignore="ContentDescription" />
<RelativeLayout
android:layout_width="0dp"

View file

@ -2,6 +2,7 @@
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?cardBackground">
@ -16,11 +17,10 @@
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:orientation="vertical">
<ImageView
android:id="@+id/image"
<androidx.appcompat.widget.AppCompatImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/ic_download_map"
app:srcCompat="@drawable/ic_download_map"
tools:ignore="ContentDescription" />
<TextView
android:id="@+id/head_message"