Skip to content

Commit 571b7bc

Browse files
committed
Improve layout of select_feed_group_item
1 parent 205d18f commit 571b7bc

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

app/src/main/res/layout/select_feed_group_item.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3-
xmlns:app="http://schemas.android.com/apk/res-auto"
43
xmlns:tools="http://schemas.android.com/tools"
54
android:layout_width="match_parent"
65
android:layout_height="wrap_content"
@@ -12,24 +11,25 @@
1211

1312
<com.google.android.material.imageview.ShapeableImageView
1413
android:id="@+id/itemThumbnailView"
15-
android:layout_width="42dp"
16-
android:layout_height="42dp"
14+
android:layout_width="24dp"
15+
android:layout_height="24dp"
1716
android:layout_alignParentStart="true"
1817
android:layout_alignParentLeft="true"
19-
android:layout_alignParentTop="true"
18+
android:layout_centerVertical="true"
2019
android:layout_marginStart="3dp"
2120
android:layout_marginRight="8dp"
22-
android:src="@drawable/placeholder_person"
21+
android:src="@drawable/ic_computer"
2322
tools:ignore="RtlHardcoded" />
2423

2524
<org.schabi.newpipe.views.NewPipeTextView
2625
android:id="@+id/itemTitleView"
2726
android:layout_width="match_parent"
2827
android:layout_height="wrap_content"
2928
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"
3132
android:layout_toEndOf="@+id/itemThumbnailView"
32-
android:layout_toRightOf="@+id/itemThumbnailView"
3333
android:ellipsize="end"
3434
android:lines="1"
3535
android:textAppearance="?android:attr/textAppearanceListItem"

0 commit comments

Comments
 (0)