Skip to content

Commit 501186a

Browse files
authored
Merge pull request #2169 from Luna712/items-size
More response player quality profile items
2 parents a7e8b1b + 6a5f081 commit 501186a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88

99
<androidx.cardview.widget.CardView
1010
android:id="@+id/card_view"
11-
android:layout_width="0dp"
12-
android:layout_height="0dp"
13-
android:layout_marginStart="10dp"
11+
android:layout_width="110dp"
12+
android:layout_height="110dp"
13+
android:layout_marginStart="5dp"
14+
android:layout_marginEnd="5dp"
1415
android:animateLayoutChanges="true"
1516
android:backgroundTint="@color/primaryGrayBackground"
1617
android:focusable="true"

0 commit comments

Comments
 (0)