|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
3 | | - xmlns:app="http://schemas.android.com/apk/res-auto" |
4 | 3 | xmlns:tools="http://schemas.android.com/tools" |
5 | 4 | android:layout_width="match_parent" |
6 | 5 | android:layout_height="wrap_content" |
|
12 | 11 |
|
13 | 12 | <com.google.android.material.imageview.ShapeableImageView |
14 | 13 | android:id="@+id/itemThumbnailView" |
15 | | - android:layout_width="42dp" |
16 | | - android:layout_height="42dp" |
| 14 | + android:layout_width="24dp" |
| 15 | + android:layout_height="24dp" |
17 | 16 | android:layout_alignParentStart="true" |
18 | 17 | android:layout_alignParentLeft="true" |
19 | | - android:layout_alignParentTop="true" |
| 18 | + android:layout_centerVertical="true" |
20 | 19 | android:layout_marginStart="3dp" |
21 | 20 | android:layout_marginRight="8dp" |
22 | | - android:src="@drawable/placeholder_person" |
| 21 | + android:src="@drawable/ic_computer" |
23 | 22 | tools:ignore="RtlHardcoded" /> |
24 | 23 |
|
25 | 24 | <org.schabi.newpipe.views.NewPipeTextView |
26 | 25 | android:id="@+id/itemTitleView" |
27 | 26 | android:layout_width="match_parent" |
28 | 27 | android:layout_height="wrap_content" |
29 | 28 | android:layout_centerVertical="true" |
30 | | - android:layout_marginBottom="@dimen/video_item_search_image_right_margin" |
| 29 | + android:layout_marginStart="8dp" |
| 30 | + android:layout_marginTop="6dp" |
| 31 | + android:layout_marginBottom="6dp" |
31 | 32 | android:layout_toEndOf="@+id/itemThumbnailView" |
32 | | - android:layout_toRightOf="@+id/itemThumbnailView" |
33 | 33 | android:ellipsize="end" |
34 | 34 | android:lines="1" |
35 | 35 | android:textAppearance="?android:attr/textAppearanceListItem" |
|
0 commit comments