increasing the top and bottom padding at a Settings item

This commit is contained in:
tibbi 2018-11-16 20:32:44 +01:00
parent 7679d2c6bc
commit 38e28c8e4b
1 changed files with 2 additions and 2 deletions

View File

@ -229,9 +229,9 @@
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
android:paddingLeft="@dimen/normal_margin"
android:paddingTop="@dimen/activity_margin"
android:paddingTop="@dimen/bigger_margin"
android:paddingRight="@dimen/normal_margin"
android:paddingBottom="@dimen/activity_margin">
android:paddingBottom="@dimen/bigger_margin">
<com.simplemobiletools.commons.views.MyTextView
android:id="@+id/settings_reminder_audio_stream_label"