You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
993 B
28 lines
993 B
<?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" |
|
xmlns:tools="http://schemas.android.com/tools" |
|
android:id="@+id/linear_media" |
|
android:layout_width="match_parent" |
|
android:layout_height="wrap_content" |
|
android:orientation="vertical" |
|
android:paddingStart="7dp" |
|
android:paddingTop="2dp" |
|
android:paddingEnd="7dp" |
|
android:paddingBottom="3dp"> |
|
|
|
<TextView |
|
android:id="@+id/text_title" |
|
android:layout_width="match_parent" |
|
android:layout_height="wrap_content" |
|
android:text="TextView" |
|
android:textAlignment="center" |
|
android:textSize="18sp" |
|
android:textStyle="bold" /> |
|
|
|
<ImageView |
|
android:id="@+id/image_poster" |
|
android:layout_width="match_parent" |
|
android:layout_height="wrap_content" |
|
tools:srcCompat="@drawable/ic_launcher_background" /> |
|
</LinearLayout> |