increasing some spacing at the Note Locked view

This commit is contained in:
tibbi 2021-05-21 09:19:49 +02:00
parent fea9063c89
commit ea22778f1a
2 changed files with 6 additions and 4 deletions

View File

@ -22,7 +22,7 @@
android:layout_width="@dimen/normal_icon_size"
android:layout_height="@dimen/normal_icon_size"
android:layout_centerHorizontal="true"
android:layout_marginTop="@dimen/medium_margin"
android:layout_marginTop="@dimen/activity_margin"
android:src="@drawable/ic_lock_vector" />
<com.simplemobiletools.commons.views.MyTextView
@ -32,6 +32,7 @@
android:layout_below="@+id/note_locked_image"
android:layout_centerHorizontal="true"
android:layout_marginTop="@dimen/activity_margin"
android:paddingTop="@dimen/medium_margin"
android:text="@string/note_content_locked" />
<TextView
@ -40,7 +41,7 @@
android:layout_height="wrap_content"
android:layout_below="@+id/note_locked_label"
android:layout_centerHorizontal="true"
android:layout_marginTop="@dimen/small_margin"
android:layout_marginTop="@dimen/medium_margin"
android:background="?attr/selectableItemBackground"
android:padding="@dimen/activity_margin"
android:text="@string/show_content" />

View File

@ -17,7 +17,7 @@
android:layout_width="@dimen/normal_icon_size"
android:layout_height="@dimen/normal_icon_size"
android:layout_centerHorizontal="true"
android:layout_marginTop="@dimen/medium_margin"
android:layout_marginTop="@dimen/activity_margin"
android:src="@drawable/ic_lock_vector" />
<com.simplemobiletools.commons.views.MyTextView
@ -27,6 +27,7 @@
android:layout_below="@+id/note_locked_image"
android:layout_centerHorizontal="true"
android:layout_marginTop="@dimen/activity_margin"
android:paddingTop="@dimen/medium_margin"
android:text="@string/note_content_locked" />
<TextView
@ -35,7 +36,7 @@
android:layout_height="wrap_content"
android:layout_below="@+id/note_locked_label"
android:layout_centerHorizontal="true"
android:layout_marginTop="@dimen/small_margin"
android:layout_marginTop="@dimen/medium_margin"
android:background="?attr/selectableItemBackground"
android:padding="@dimen/activity_margin"
android:text="@string/show_content" />