fixing some setting marging

This commit is contained in:
tibbi 2021-10-14 20:57:03 +02:00
parent 982e5904f9
commit 39140692e2
1 changed files with 3 additions and 3 deletions

View File

@ -57,11 +57,12 @@
android:id="@+id/settings_manage_quick_filter_event_types_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/medium_margin"
android:background="?attr/selectableItemBackground"
android:paddingStart="@dimen/normal_margin"
android:paddingTop="@dimen/bigger_margin"
android:paddingTop="@dimen/activity_margin"
android:paddingEnd="@dimen/normal_margin"
android:paddingBottom="@dimen/bigger_margin">
android:paddingBottom="@dimen/activity_margin">
<com.simplemobiletools.commons.views.MyTextView
android:id="@+id/settings_manage_quick_filter_event_types"
@ -69,7 +70,6 @@
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:paddingStart="@dimen/medium_margin"
android:paddingEnd="@dimen/medium_margin"
android:text="@string/manage_quick_filter_event_types" />
</RelativeLayout>