Skip to content

Commit 9e2429a

Browse files
committed
adding some top margin inside the Open Note dialog
1 parent 923777a commit 9e2429a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/res/layout/dialog_open_note.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
android:id="@+id/dialog_open_note_linear"
1010
android:layout_width="match_parent"
1111
android:layout_height="wrap_content"
12-
android:orientation="vertical"/>
12+
android:layout_marginTop="@dimen/medium_margin"
13+
android:orientation="vertical" />
1314

1415
</ScrollView>

0 commit comments

Comments
 (0)