addign some top margin at the renaming dialog
This commit is contained in:
parent
0a8b5ed5d4
commit
f1a0a3ecd3
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/activity_margin"
|
||||
android:layout_marginTop="@dimen/small_margin"
|
||||
android:layout_marginEnd="@dimen/activity_margin"
|
||||
android:layout_marginBottom="@dimen/activity_margin"
|
||||
android:hint="@string/title">
|
||||
|
|
Loading…
Reference in a new issue