fix settings clipping

This commit is contained in:
Phillip Thelen 2022-06-30 15:09:27 +02:00
parent 9be62f7851
commit d38ff7d602

View file

@ -10,7 +10,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/Chip"
android:paddingHorizontal="20dp">
android:paddingHorizontal="20dp"
android:clipToPadding="false">
<TextView
android:id="@+id/title_view"
android:layout_width="wrap_content"