We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7e8b1b + 6a5f081 commit 501186aCopy full SHA for 501186a
app/src/main/res/layout/player_quality_profile_item.xml
@@ -8,9 +8,10 @@
8
9
<androidx.cardview.widget.CardView
10
android:id="@+id/card_view"
11
- android:layout_width="0dp"
12
- android:layout_height="0dp"
13
- android:layout_marginStart="10dp"
+ android:layout_width="110dp"
+ android:layout_height="110dp"
+ android:layout_marginStart="5dp"
14
+ android:layout_marginEnd="5dp"
15
android:animateLayoutChanges="true"
16
android:backgroundTint="@color/primaryGrayBackground"
17
android:focusable="true"
0 commit comments