| | |
| | | |
| | | |
| | | <string name="notification_content">智信管家APP</string> |
| | | <string name="title_activity_reminder_other_add">ReminderOtherAddActivity</string> |
| | | <string name="dummy_button">Dummy Button</string> |
| | | <string name="dummy_content">DUMMY\nCONTENT</string> |
| | | <string name="title_activity_reminder_other_add2">添加纪念日</string> |
| | | |
| | | |
| | | |
| | | <string-array name="day_types"> |
| | | <item>纪念日</item> |
| | | <item>生日</item> |
| | | <item>节日</item> |
| | | <!-- 可以根据需要添加更多选项 --> |
| | | </string-array> |
| | | |
| | | <string-array name="day_month_year_options"> |
| | | <item>天</item> |
| | | <item>月</item> |
| | | <item>年</item> |
| | | </string-array> |
| | | |
| | | <!-- 第一级选择器选项 --> |
| | | <string-array name="level1_options"> |
| | | <item>不重复</item> |
| | | <item>每</item> |
| | | </string-array> |
| | | |
| | | <!-- 第二级选择器选项 (1到10000) --> |
| | | <string-array name="level2_options"> |
| | | <item>1</item> |
| | | <item>2</item> |
| | | <item>3</item> |
| | | <item>4</item> |
| | | <!-- 可继续添加更多数字 --> |
| | | </string-array> |
| | | |
| | | <!-- 第三级选择器选项 (天、周、月、年) --> |
| | | <string-array name="level3_options"> |
| | | <item>天</item> |
| | | <item>周</item> |
| | | <item>月</item> |
| | | <item>年</item> |
| | | </string-array> |
| | | |
| | | |
| | | |
| | | |
| | | </resources> |