修改页面样式

master
liuyx 2 years ago
parent 3462e13579
commit fec99da20f

@ -8,9 +8,9 @@
<application <application
android:theme="@style/DayTheme" android:theme="@style/DayTheme"
android:allowBackup="true" android:allowBackup="true"
android:icon="@mipmap/piggy_launcher" android:icon="@mipmap/ic_app"
android:label="@string/app_name" android:label="@string/app_name"
android:roundIcon="@mipmap/piggy_launcher_round" android:roundIcon="@mipmap/ic_app_round"
android:supportsRtl="true" android:supportsRtl="true"
> >

@ -1,52 +0,0 @@
@startuml
title __ENTITY's Class Diagram__\n
namespace cc.liuyx.note {
namespace entity {
class cc.liuyx.note.entity.Note {
- content : String
- id : long
- tag : int
- time : String
+ Note()
+ Note()
+ getContent()
+ getId()
+ getTag()
+ getTime()
+ setContent()
+ setId()
+ setTag()
+ setTime()
+ toString()
}
}
}
namespace cc.liuyx.note {
namespace entity {
class cc.liuyx.note.entity.SpinnerItem {
- tagId : int
- tagName : String
+ SpinnerItem()
+ getTagId()
+ getTagName()
+ setTagId()
+ setTagName()
}
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml

Binary file not shown.

After

Width:  |  Height:  |  Size: 632 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -81,7 +81,6 @@
android:id="@+id/lv" android:id="@+id/lv"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_below="@+id/my_toolbar"
android:layout_marginLeft="10dp" android:layout_marginLeft="10dp"
android:layout_marginTop="8dp" android:layout_marginTop="8dp"
android:layout_marginRight="10dp" android:layout_marginRight="10dp"
@ -101,7 +100,6 @@
android:id="@+id/lv_plan" android:id="@+id/lv_plan"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_below="@+id/my_toolbar"
android:layout_marginLeft="10dp" android:layout_marginLeft="10dp"
android:layout_marginTop="8dp" android:layout_marginTop="8dp"
android:layout_marginRight="10dp" android:layout_marginRight="10dp"
@ -118,7 +116,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_centerInParent="true" android:layout_centerInParent="true"
android:text="快去写下你的想法吧!" android:text="@string/empty_content"
android:textSize="20sp" android:textSize="20sp"
android:visibility="gone" /> android:visibility="gone" />

@ -1,12 +1,11 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"
android:background="?attr/lvBackground" android:background="?attr/lvBackground"
> android:orientation="vertical">
<android.support.v7.widget.Toolbar <android.support.v7.widget.Toolbar
android:id="@+id/my_toolbar" android:id="@+id/my_toolbar"
@ -14,84 +13,95 @@
android:layout_height="?attr/actionBarSize" android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary" android:background="?attr/colorPrimary"
android:elevation="4dp" android:elevation="4dp"
app:titleTextColor="?attr/titleColor"
app:title="新建计划"
android:theme="@style/ThemeOverlay.AppCompat.ActionBar" android:theme="@style/ThemeOverlay.AppCompat.ActionBar"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light"> app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
</android.support.v7.widget.Toolbar> app:title="新建计划"
app:titleTextColor="?attr/titleColor"></android.support.v7.widget.Toolbar>
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical" android:orientation="vertical"
android:paddingLeft="5dp" android:paddingLeft="5dp"
android:paddingRight="5dp"> android:paddingRight="5dp">
<EditText <EditText
android:id="@+id/et_title" android:id="@+id/et_title"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="60dp" android:layout_height="60dp"
android:maxLines="1" android:autofillHints=""
android:hint="@string/plan_title"
android:inputType="text"
android:maxLength="20" android:maxLength="20"
android:textSize="28dp" android:maxLines="1"
android:textColor="?attr/tvMainColor" android:textColor="?attr/tvMainColor"
android:hint="Title (20 chars max)" android:textSize="25sp" />
/>
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="48dp" android:layout_height="48dp"
android:orientation="horizontal"> android:orientation="horizontal"
android:baselineAligned="false">
<LinearLayout <LinearLayout
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="horizontal" android:layout_weight="1.2"
android:layout_weight="1.2"> android:orientation="horizontal">
<TextView <TextView
style="@style/centerTV"
android:id="@+id/date" android:id="@+id/date"
style="@style/centerTV"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_weight="1" android:layout_weight="1"
android:textSize="18dp" android:textColor="?attr/tvMainColor"
android:textColor="?attr/tvMainColor"/> android:textSize="18sp"
tools:ignore="NestedWeights" />
<Button <Button
android:id="@+id/set_date" android:id="@+id/set_date"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="match_parent" android:layout_height="match_parent"
android:text="Set Date" android:text="@string/set_date" />
/>
</LinearLayout> </LinearLayout>
<LinearLayout <LinearLayout
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="horizontal" android:layout_weight="1"
android:layout_weight="1"> android:orientation="horizontal">
<TextView <TextView
style="@style/centerTV"
android:id="@+id/time" android:id="@+id/time"
style="@style/centerTV"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_weight="1" android:layout_weight="1"
android:textSize="18dp" android:textColor="?attr/tvMainColor"
android:textColor="?attr/tvMainColor"/> android:textSize="18sp"
tools:ignore="NestedWeights" />
<Button <Button
android:id="@+id/set_time" android:id="@+id/set_time"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="match_parent" android:layout_height="match_parent"
android:text="Set Time" android:text="@string/set_time" />
/>
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
<EditText <EditText
android:id="@+id/et" android:id="@+id/et"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@null"
android:layout_margin="8dp" android:layout_margin="8dp"
android:textColor="?attr/tvMainColor" android:autofillHints=""
android:textSize="24dp" android:background="@null"
android:gravity="top" android:gravity="top"
android:hint="Content ( Optional )" android:hint="@string/plan_content"
/> android:inputType="text"
android:textColor="?attr/tvMainColor"
android:textSize="22sp" />
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>

@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent"
android:orientation="vertical">
<android.support.v7.widget.Toolbar <android.support.v7.widget.Toolbar
android:id="@+id/my_toolbar" android:id="@+id/my_toolbar"
@ -14,111 +15,128 @@
android:theme="@style/ThemeOverlay.AppCompat.ActionBar" android:theme="@style/ThemeOverlay.AppCompat.ActionBar"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light" app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
app:title="Color of ADD button" app:title="Color of ADD button"
app:titleTextColor="?attr/titleColor" app:titleTextColor="?attr/titleColor" />
/>
<ScrollView <ScrollView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent">
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_marginLeft="20dp" android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"> android:layout_marginRight="20dp"
android:orientation="vertical">
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:baselineAligned="false"
android:orientation="horizontal"> android:orientation="horizontal">
<LinearLayout <LinearLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_weight="1"
android:orientation="vertical" android:orientation="vertical"
android:layout_weight="1"> tools:ignore="UseCompoundDrawables">
<TextView <TextView
style="@style/TVsetting" style="@style/TVsetting"
android:text="Current:" android:text="@string/color_now" />
/>
<ImageView <ImageView
android:id="@+id/curFab" android:id="@+id/curFab"
style="@style/IVsetting" style="@style/IVsetting"
android:background="@color/q" android:background="@color/q" />
/>
</LinearLayout> </LinearLayout>
<LinearLayout <LinearLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_weight="1"
android:orientation="vertical" android:orientation="vertical"
android:layout_weight="1"> tools:ignore="UseCompoundDrawables">
<TextView <TextView
style="@style/TVsetting" style="@style/TVsetting"
android:text="Default:" android:text="@string/color_default" />
/>
<ImageView <ImageView
android:id="@+id/defFab" android:id="@+id/defFab"
style="@style/IVsetting" style="@style/IVsetting"
android:background="@color/fabColor1" android:background="@color/fabColor1" />
/>
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
<TextView <TextView
style="@style/TVsetting" style="@style/TVsetting"
android:text="Recommendation:" android:text="@string/color_recommendation" />
/>
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="80dp" android:layout_height="80dp"
android:orientation="horizontal"> android:orientation="horizontal">
<ImageView <ImageView
android:id="@+id/q" android:id="@+id/q"
android:layout_width="60dp" android:layout_width="60dp"
android:layout_height="60dp" android:layout_height="60dp"
android:layout_margin="10dp" android:layout_margin="10dp"
android:background="@color/q" android:layout_weight="1"
android:layout_weight="1"/> android:background="@color/q" />
<ImageView <ImageView
android:id="@+id/w" android:id="@+id/w"
android:background="@color/w" style="@style/IVsetting"
style="@style/IVsetting"/> android:background="@color/w" />
<ImageView <ImageView
android:id="@+id/e" android:id="@+id/e"
style="@style/IVsetting" style="@style/IVsetting"
android:background="@color/e" /> android:background="@color/e" />
<ImageView <ImageView
android:id="@+id/r" android:id="@+id/r"
android:background="@color/r" style="@style/IVsetting"
style="@style/IVsetting"/> android:background="@color/r" />
<ImageView <ImageView
android:id="@+id/t" android:id="@+id/t"
android:background="@color/t" style="@style/IVsetting"
style="@style/IVsetting"/> android:background="@color/t" />
</LinearLayout> </LinearLayout>
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="80dp" android:layout_height="80dp"
android:orientation="horizontal"> android:orientation="horizontal">
<ImageView <ImageView
android:id="@+id/y" android:id="@+id/y"
android:background="@color/y" style="@style/IVsetting"
style="@style/IVsetting"/> android:background="@color/y" />
<ImageView <ImageView
android:id="@+id/u" android:id="@+id/u"
android:background="@color/u" style="@style/IVsetting"
style="@style/IVsetting"/> android:background="@color/u" />
<ImageView <ImageView
android:id="@+id/i" android:id="@+id/i"
android:background="@color/i" style="@style/IVsetting"
style="@style/IVsetting"/> android:background="@color/i" />
<ImageView <ImageView
android:id="@+id/o" android:id="@+id/o"
android:background="@color/o" style="@style/IVsetting"
style="@style/IVsetting"/> android:background="@color/o" />
<ImageView <ImageView
android:id="@+id/p" android:id="@+id/p"
android:background="@color/p" style="@style/IVsetting"
style="@style/IVsetting"/> android:background="@color/p" />
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
</ScrollView> </ScrollView>

@ -1,12 +1,14 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical" android:background="?attr/lvBackground"
android:focusable="true"
android:clickable="true" android:clickable="true"
android:background="?attr/lvBackground"> android:focusable="true"
android:orientation="vertical">
<android.support.v7.widget.Toolbar <android.support.v7.widget.Toolbar
android:id="@+id/my_toolbar" android:id="@+id/my_toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
@ -14,80 +16,117 @@
android:background="?attr/colorPrimary" android:background="?attr/colorPrimary"
android:elevation="4dp" android:elevation="4dp"
android:theme="@style/ThemeOverlay.AppCompat.ActionBar" android:theme="@style/ThemeOverlay.AppCompat.ActionBar"
app:navigationIcon="@mipmap/ic_app"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light" app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
app:title="简言" app:title="简言"
app:titleTextColor="?attr/titleColor"/> app:titleTextColor="?attr/titleColor" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="48dp"
android:clickable="true"
android:focusable="true"
android:orientation="horizontal"
tools:ignore="MissingConstraints,UseCompoundDrawables">
<ImageView
android:id="@+id/setting_settings_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_margin="10dp"
android:src="@drawable/ic_setting" />
<TextView
android:id="@+id/setting_settings_text"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginStart="10dp"
android:layout_weight="1"
android:text="@string/setting"
android:textColor="?attr/tvMainColor"
android:textSize="18sp" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="48dp"
android:clickable="true"
android:focusable="true"
android:orientation="horizontal"
tools:ignore="MissingConstraints,UseCompoundDrawables">
<ImageView
android:id="@+id/setting_about_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_margin="10dp"
android:src="@drawable/ic_more" />
<TextView
android:id="@+id/setting_about_text"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginStart="10dp"
android:layout_weight="1"
android:text="@string/about"
android:textColor="?attr/tvMainColor"
android:textSize="18sp" />
</LinearLayout>
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:clickable="true"
android:focusable="true" android:focusable="true"
android:focusableInTouchMode="true" android:focusableInTouchMode="true"
android:clickable="true" android:orientation="vertical">
android:orientation="vertical"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="48dp"
android:orientation="horizontal"
android:focusable="true"
android:clickable="true"
>
<ImageView
android:id="@+id/setting_settings_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:src="?attr/settingIcon"
android:layout_gravity="center"
/>
<TextView
android:id="@+id/setting_settings_text"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:text="设置"
android:textColor="?attr/tvMainColor"
android:layout_marginStart="10dp"
android:layout_weight="1"
android:layout_gravity="center"
android:textSize="18sp"/>
</LinearLayout>
<ImageView <ImageView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="1dp" android:layout_height="1dp"
android:background="@color/black" android:layout_marginTop="10dp"
android:alpha="0.2"/> android:layout_marginBottom="10dp"
<ListView android:alpha="0.2"
android:id="@+id/lv_tag" android:background="@color/black" />
android:layout_width="match_parent"
android:layout_height="wrap_content">
</ListView>
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="48dp" android:layout_height="48dp"
android:orientation="horizontal" android:orientation="horizontal">
android:background="?attr/tvBackground">
<ImageView <ImageView
android:layout_width="44dp" android:layout_width="wrap_content"
android:layout_height="match_parent" android:layout_height="wrap_content"
android:src="?attr/addTag"/> android:layout_gravity="center"
android:layout_margin="10dp"
android:src="@drawable/ic_edit" />
<TextView <TextView
android:id="@+id/add_tag" android:id="@+id/add_tag"
android:clickable="true"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_marginStart="12dp"
android:layout_weight="1" android:layout_weight="1"
android:text="Add New Tag" android:clickable="true"
android:focusable="true"
android:gravity="center_vertical" android:gravity="center_vertical"
android:text="@string/add_tag"
android:textColor="?attr/tvMainColor" android:textColor="?attr/tvMainColor"
android:textSize="20sp" android:textSize="20sp" />
android:layout_marginStart="12dp"
android:focusable="true" />
</LinearLayout> </LinearLayout>
<ListView
android:id="@+id/lv_tag"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>

@ -1,23 +1,22 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="48dp" android:layout_height="48dp"
> android:orientation="horizontal">
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="horizontal" android:orientation="horizontal">
>
<TextView <TextView
android:id="@+id/blank_tag" android:id="@+id/blank_tag"
android:layout_width="44dp" android:layout_width="44dp"
android:textSize="22dp"
android:textColor="?attr/tvMainColor"
android:gravity="center"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_gravity="center" android:layout_gravity="center"
/> android:gravity="center"
android:textColor="?attr/tvMainColor"
android:textSize="20sp" />
<TextView <TextView
android:id="@+id/text_tag" android:id="@+id/text_tag"
@ -27,18 +26,17 @@
android:layout_weight="1" android:layout_weight="1"
android:gravity="center_vertical" android:gravity="center_vertical"
android:textColor="?attr/tvMainColor" android:textColor="?attr/tvMainColor"
android:textSize="24dp" /> android:textSize="20sp" />
</LinearLayout> </LinearLayout>
<ImageView <ImageView
android:id="@+id/delete_tag" android:id="@+id/delete_tag"
android:layout_width="44dp" android:layout_width="44dp"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_alignParentRight="true"
android:visibility="invisible"
android:src="?attr/removeTag"
android:background="?attr/tvBackground" android:background="?attr/tvBackground"
android:clickable="true" android:clickable="true"
/> android:focusable="true"
android:src="?attr/removeTag"
android:visibility="invisible" />
</LinearLayout> </LinearLayout>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

@ -1,12 +1,23 @@
<resources> <resources>
<string name="app_name">Piggy Note</string> <string name="app_name">简言</string>
<string name="pref_night_summary">Turn on / off night mode</string> <string name="pref_night_summary">开启 or 关闭黑夜模式</string>
<string name="pref_reversesort_summary">Reverse the time order of current items</string> <string name="pref_reversesort_summary">按照相反的时间排序</string>
<string name="pref_reversesort">Reverse Time Order</string> <string name="pref_reversesort">逆时间顺序</string>
<string name="pref_fabcolor_summary">Choose the color of ADD NOTE button</string> <string name="pref_fabcolor_summary">为该按钮选择一种颜色</string>
<string name="pref_fabcolor">Customize ADD NOTE button</string> <string name="pref_fabcolor">自定义“添加笔记”按钮</string>
<string name="pref_fabplancolor_summary">Choose the color of ADD PLAN button</string> <string name="pref_fabplancolor_summary">为该按钮选择一种颜色</string>
<string name="pref_fabplancolor">Customize ADD PLAN button</string> <string name="pref_fabplancolor">自定义“添加计划”按钮</string>
<string name="pref_notetitle">Note Title Style</string> <string name="pref_notetitle">笔记标题样式</string>
<string name="pref_notetitle_summary">Set the first line of note as its title</string> <string name="pref_notetitle_summary">将笔记的第一行设置为标题</string>
<string name="empty_content">快去写下你的想法吧!</string>
<string name="set_date">设置日期</string>
<string name="set_time">设置时间</string>
<string name="plan_content">计划内容(可选)</string>
<string name="plan_title">标题最多20字</string>
<string name="color_now">当前</string>
<string name="color_default">默认</string>
<string name="color_recommendation">推荐:</string>
<string name="setting">设置</string>
<string name="about">关于我</string>
<string name="add_tag">添加标签</string>
</resources> </resources>

Loading…
Cancel
Save