Trying to make my item for listview. Here is the markup code
<?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" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:padding="5dp"> <ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" app:srcCompat="@mipmap/ic_launcher" android:id="@+id/imgRadio" /> <TextView android:id="@+id/txtRadio" android:layout_width="match_parent" android:text="Радиостанция" android:layout_height="match_parent" android:layout_weight="1" android:gravity="center_vertical"> </TextView> </LinearLayout>
in the studio you can see normally, and in the virtual device, when I launch it, it is displayed quite differently:

it should be like that
