Fix: Appearnace of SponsorBlock preference on small screens

This commit is contained in:
Bnyro 2023-07-11 12:28:23 +02:00
parent 7a00b6db2d
commit fe52e326dd

View File

@ -33,11 +33,11 @@
<Spinner <Spinner
android:id="@+id/spinner" android:id="@+id/spinner"
android:layout_width="wrap_content" android:layout_width="130dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginEnd="-10dp" android:layout_marginEnd="-15dp"
android:paddingStart="0dp" android:paddingStart="0dp"
android:paddingEnd="35dp" android:paddingEnd="30dp"
android:textAlignment="textEnd" /> android:textAlignment="textEnd" />
</LinearLayout> </LinearLayout>