|
|
@ -15,7 +15,7 @@
|
|
|
|
limitations under the License.
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
<FrameLayout xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:background="@drawable/list_background"
|
|
|
|
android:background="@drawable/list_background"
|
|
|
@ -37,8 +37,9 @@
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:layout_gravity="left|center_vertical"
|
|
|
|
android:layout_gravity="left|center_vertical"
|
|
|
|
android:layout_marginRight="8dip"
|
|
|
|
android:layout_marginEnd="8dip"
|
|
|
|
android:textAppearance="@style/TextAppearanceSecondaryItem" />
|
|
|
|
android:textAppearance="@style/TextAppearanceSecondaryItem"
|
|
|
|
|
|
|
|
tools:ignore="RtlHardcoded" />
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/iv_alert_icon"
|
|
|
|
android:id="@+id/iv_alert_icon"
|
|
|
@ -52,8 +53,8 @@
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_marginLeft="2dip"
|
|
|
|
android:layout_marginStart="2dip"
|
|
|
|
android:layout_marginRight="8dip"
|
|
|
|
android:layout_marginEnd="8dip"
|
|
|
|
android:textAppearance="@style/TextAppearanceSecondaryItem" />
|
|
|
|
android:textAppearance="@style/TextAppearanceSecondaryItem" />
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
<ImageButton
|
|
|
@ -81,11 +82,13 @@
|
|
|
|
android:scrollbars="none"
|
|
|
|
android:scrollbars="none"
|
|
|
|
android:overScrollMode="never"
|
|
|
|
android:overScrollMode="never"
|
|
|
|
android:layout_gravity="left|top"
|
|
|
|
android:layout_gravity="left|top"
|
|
|
|
android:fadingEdgeLength="0dip">
|
|
|
|
android:fadingEdgeLength="0dip"
|
|
|
|
|
|
|
|
tools:ignore="RtlHardcoded">
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent">
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
|
|
<net.micode.notes.ui.NoteEditText
|
|
|
|
<net.micode.notes.ui.NoteEditText
|
|
|
|
android:id="@+id/note_edit_view"
|
|
|
|
android:id="@+id/note_edit_view"
|
|
|
@ -97,14 +100,15 @@
|
|
|
|
android:linksClickable="false"
|
|
|
|
android:linksClickable="false"
|
|
|
|
android:minLines="12"
|
|
|
|
android:minLines="12"
|
|
|
|
android:textAppearance="@style/TextAppearancePrimaryItem"
|
|
|
|
android:textAppearance="@style/TextAppearancePrimaryItem"
|
|
|
|
android:lineSpacingMultiplier="1.2" />
|
|
|
|
android:lineSpacingMultiplier="1.2"
|
|
|
|
|
|
|
|
tools:ignore="RtlHardcoded" />
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/note_edit_list"
|
|
|
|
android:id="@+id/note_edit_list"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_marginLeft="-10dip"
|
|
|
|
android:layout_marginStart="-10dip"
|
|
|
|
android:visibility="gone" />
|
|
|
|
android:visibility="gone" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
</ScrollView>
|
|
|
|
</ScrollView>
|
|
|
@ -121,7 +125,8 @@
|
|
|
|
android:layout_height="43dip"
|
|
|
|
android:layout_height="43dip"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:background="@drawable/bg_color_btn_mask"
|
|
|
|
android:background="@drawable/bg_color_btn_mask"
|
|
|
|
android:layout_gravity="top|right" />
|
|
|
|
android:layout_gravity="top|right"
|
|
|
|
|
|
|
|
tools:ignore="RtlHardcoded" />
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/note_bg_color_selector"
|
|
|
|
android:id="@+id/note_bg_color_selector"
|
|
|
@ -129,9 +134,11 @@
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@drawable/note_edit_color_selector_panel"
|
|
|
|
android:background="@drawable/note_edit_color_selector_panel"
|
|
|
|
android:layout_marginTop="30dip"
|
|
|
|
android:layout_marginTop="30dip"
|
|
|
|
android:layout_marginRight="8dip"
|
|
|
|
android:layout_marginEnd="8dip"
|
|
|
|
android:layout_gravity="top|right"
|
|
|
|
android:layout_gravity="top|right"
|
|
|
|
android:visibility="gone">
|
|
|
|
android:baselineAligned="false"
|
|
|
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
|
|
|
tools:ignore="RtlHardcoded">
|
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
<FrameLayout
|
|
|
|
android:layout_width="0dip"
|
|
|
|
android:layout_width="0dip"
|
|
|
@ -151,7 +158,8 @@
|
|
|
|
android:layout_marginRight="5dip"
|
|
|
|
android:layout_marginRight="5dip"
|
|
|
|
android:focusable="false"
|
|
|
|
android:focusable="false"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:src="@drawable/selected" />
|
|
|
|
android:src="@drawable/selected"
|
|
|
|
|
|
|
|
tools:ignore="RtlHardcoded" />
|
|
|
|
</FrameLayout>
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
<FrameLayout
|
|
|
@ -172,7 +180,8 @@
|
|
|
|
android:focusable="false"
|
|
|
|
android:focusable="false"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:layout_marginRight="3dip"
|
|
|
|
android:layout_marginRight="3dip"
|
|
|
|
android:src="@drawable/selected" />
|
|
|
|
android:src="@drawable/selected"
|
|
|
|
|
|
|
|
tools:ignore="RtlHardcoded" />
|
|
|
|
</FrameLayout>
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
<FrameLayout
|
|
|
@ -193,7 +202,8 @@
|
|
|
|
android:focusable="false"
|
|
|
|
android:focusable="false"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:layout_marginRight="2dip"
|
|
|
|
android:layout_marginRight="2dip"
|
|
|
|
android:src="@drawable/selected" />
|
|
|
|
android:src="@drawable/selected"
|
|
|
|
|
|
|
|
tools:ignore="RtlHardcoded" />
|
|
|
|
</FrameLayout>
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
<FrameLayout
|
|
|
@ -213,7 +223,8 @@
|
|
|
|
android:layout_gravity="bottom|right"
|
|
|
|
android:layout_gravity="bottom|right"
|
|
|
|
android:focusable="false"
|
|
|
|
android:focusable="false"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:src="@drawable/selected" />
|
|
|
|
android:src="@drawable/selected"
|
|
|
|
|
|
|
|
tools:ignore="RtlHardcoded" />
|
|
|
|
</FrameLayout>
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
<FrameLayout
|
|
|
@ -233,7 +244,8 @@
|
|
|
|
android:layout_gravity="bottom|right"
|
|
|
|
android:layout_gravity="bottom|right"
|
|
|
|
android:focusable="false"
|
|
|
|
android:focusable="false"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:src="@drawable/selected" />
|
|
|
|
android:src="@drawable/selected"
|
|
|
|
|
|
|
|
tools:ignore="RtlHardcoded" />
|
|
|
|
</FrameLayout>
|
|
|
|
</FrameLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
@ -243,6 +255,7 @@
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@drawable/font_size_selector_bg"
|
|
|
|
android:background="@drawable/font_size_selector_bg"
|
|
|
|
android:layout_gravity="bottom"
|
|
|
|
android:layout_gravity="bottom"
|
|
|
|
|
|
|
|
android:baselineAligned="false"
|
|
|
|
android:visibility="gone">
|
|
|
|
android:visibility="gone">
|
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
<FrameLayout
|
|
|
@ -256,7 +269,8 @@
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:gravity="center">
|
|
|
|
android:gravity="center"
|
|
|
|
|
|
|
|
tools:ignore="UseCompoundDrawables">
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
@ -276,11 +290,12 @@
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="bottom|right"
|
|
|
|
android:layout_gravity="bottom|right"
|
|
|
|
android:layout_marginRight="6dip"
|
|
|
|
android:layout_marginEnd="6dip"
|
|
|
|
android:layout_marginBottom="-7dip"
|
|
|
|
android:layout_marginBottom="-7dip"
|
|
|
|
android:focusable="false"
|
|
|
|
android:focusable="false"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:src="@drawable/selected" />
|
|
|
|
android:src="@drawable/selected"
|
|
|
|
|
|
|
|
tools:ignore="RtlHardcoded" />
|
|
|
|
</FrameLayout>
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
<FrameLayout
|
|
|
@ -294,7 +309,8 @@
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:gravity="center">
|
|
|
|
android:gravity="center"
|
|
|
|
|
|
|
|
tools:ignore="UseCompoundDrawables">
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
@ -316,9 +332,10 @@
|
|
|
|
android:layout_gravity="bottom|right"
|
|
|
|
android:layout_gravity="bottom|right"
|
|
|
|
android:focusable="false"
|
|
|
|
android:focusable="false"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:layout_marginRight="6dip"
|
|
|
|
android:layout_marginEnd="6dip"
|
|
|
|
android:layout_marginBottom="-7dip"
|
|
|
|
android:layout_marginBottom="-7dip"
|
|
|
|
android:src="@drawable/selected" />
|
|
|
|
android:src="@drawable/selected"
|
|
|
|
|
|
|
|
tools:ignore="RtlHardcoded" />
|
|
|
|
</FrameLayout>
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
<FrameLayout
|
|
|
@ -332,7 +349,8 @@
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:gravity="center">
|
|
|
|
android:gravity="center"
|
|
|
|
|
|
|
|
tools:ignore="UseCompoundDrawables">
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
@ -354,9 +372,10 @@
|
|
|
|
android:layout_gravity="bottom|right"
|
|
|
|
android:layout_gravity="bottom|right"
|
|
|
|
android:focusable="false"
|
|
|
|
android:focusable="false"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:layout_marginRight="6dip"
|
|
|
|
android:layout_marginEnd="6dip"
|
|
|
|
android:layout_marginBottom="-7dip"
|
|
|
|
android:layout_marginBottom="-7dip"
|
|
|
|
android:src="@drawable/selected" />
|
|
|
|
android:src="@drawable/selected"
|
|
|
|
|
|
|
|
tools:ignore="RtlHardcoded" />
|
|
|
|
</FrameLayout>
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
<FrameLayout
|
|
|
@ -370,7 +389,8 @@
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:gravity="center">
|
|
|
|
android:gravity="center"
|
|
|
|
|
|
|
|
tools:ignore="UseCompoundDrawables">
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
@ -392,9 +412,10 @@
|
|
|
|
android:layout_gravity="bottom|right"
|
|
|
|
android:layout_gravity="bottom|right"
|
|
|
|
android:focusable="false"
|
|
|
|
android:focusable="false"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:layout_marginRight="6dip"
|
|
|
|
android:layout_marginEnd="6dip"
|
|
|
|
android:layout_marginBottom="-7dip"
|
|
|
|
android:layout_marginBottom="-7dip"
|
|
|
|
android:src="@drawable/selected" />
|
|
|
|
android:src="@drawable/selected"
|
|
|
|
|
|
|
|
tools:ignore="RtlHardcoded" />
|
|
|
|
</FrameLayout>
|
|
|
|
</FrameLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
</FrameLayout>
|
|
|
|
</FrameLayout>
|
|
|
|