modified for fix compile error in API4.0.3(level 15) which caused by no orientation definiton in note_edit.xml

pull/19/head
Davies Tang 12 years ago
parent 81a66024fe
commit 038932202a

@ -85,7 +85,8 @@
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent">
android:layout_height="fill_parent"
android:orientation="vertical">
<net.micode.notes.ui.NoteEditText
android:id="@+id/note_edit_view"

Loading…
Cancel
Save