aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/fragment_edit_note.xml
blob: 68e2b2c60f86f140ded38ff8abdc023b930d3c73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/edit_note"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:layout_gravity="center"
    android:orientation="vertical">

  <EditText
      android:id="@+id/note"
      android:layout_width="fill_parent"
      android:layout_height="wrap_content"
      android:inputType="text"
      android:imeOptions="actionDone"/>
</LinearLayout>