|
|
@ -15,8 +15,7 @@
|
|
|
|
limitations under the License.
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
|
|
|
@ -24,16 +23,16 @@
|
|
|
|
android:id="@+id/cb_edit_item"
|
|
|
|
android:id="@+id/cb_edit_item"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="28dip"
|
|
|
|
android:layout_height="28dip"
|
|
|
|
|
|
|
|
android:layout_gravity="top|left"
|
|
|
|
android:checked="false"
|
|
|
|
android:checked="false"
|
|
|
|
android:focusable="false"
|
|
|
|
android:focusable="false" />
|
|
|
|
android:layout_gravity="top|left" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<net.micode.notes.ui.NoteEditText
|
|
|
|
<net.micode.notes.ui.NoteEditText
|
|
|
|
android:id="@+id/et_edit_text"
|
|
|
|
android:id="@+id/et_edit_text"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:lineSpacingMultiplier="1.2"
|
|
|
|
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:textAppearance="@style/TextAppearancePrimaryItem"
|
|
|
|
android:background="@null"
|
|
|
|
android:background="@null" />
|
|
|
|
android:lineSpacingMultiplier="1.2"
|
|
|
|
|
|
|
|
android:textAppearance="@style/TextAppearancePrimaryItem" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|