Simple Notepad Application for Android OS
Revision | 482597a4a63492efc14d901349099335e6368cb9 (tree) |
---|---|
Zeit | 2012-09-11 13:34:36 |
Autor | Masahiko, SAWAI <say@user...> |
Commiter | Masahiko, SAWAI |
使っていないXMLファイルを削除
@@ -0,0 +1,28 @@ | ||
1 | +<?xml version="1.0" encoding="utf-8"?> | |
2 | +<!-- This file is made every language --> | |
3 | +<resources> | |
4 | + <string name="template_blank_note_name">Blank Note</string> | |
5 | + <string name="template_blank_note_title"></string> | |
6 | + <string name="template_blank_note_content"></string> | |
7 | + <bool name="template_blank_note_title_locked">false</bool> | |
8 | + <bool name="template_blank_note_edit_same_title">false</bool> | |
9 | + | |
10 | + <string name="template_quick_note_name">Quick Note</string> | |
11 | + <string name="template_quick_note_title">#{date} #{time}</string> | |
12 | + <string name="template_quick_note_content"></string> | |
13 | + <bool name="template_quick_note_title_locked">true</bool> | |
14 | + <bool name="template_quick_note_edit_same_title">false</bool> | |
15 | + | |
16 | + <string name="template_daily_report_note_name">Daily Report</string> | |
17 | + <string name="template_daily_report_note_title">#{date}</string> | |
18 | + <string name="template_daily_report_note_content">#{time}, </string> | |
19 | + <bool name="template_daily_report_note_title_locked">true</bool> | |
20 | + <bool name="template_daily_report_note_edit_same_title">true</bool> | |
21 | + | |
22 | + <string name="template_diary_note_name">Diary</string> | |
23 | + <string name="template_diary_note_title">#{date} - Diary</string> | |
24 | + <string name="template_diary_note_content"></string> | |
25 | + <bool name="template_diary_note_title_locked">true</bool> | |
26 | + <bool name="template_diary_note_edit_same_title">true</bool> | |
27 | + | |
28 | +</resources> |
@@ -1,8 +0,0 @@ | ||
1 | -<?xml version="1.0" encoding="utf-8"?> | |
2 | -<resources> | |
3 | - <string name="note_list_item_title_singleLine">true</string> | |
4 | - <string name="note_list_item_title_lines">1</string> | |
5 | - | |
6 | - <string name="note_list_item_content_singleLine">true</string> | |
7 | - <string name="note_list_item_content_lines">1</string> | |
8 | -</resources> |
@@ -1,8 +0,0 @@ | ||
1 | -<?xml version="1.0" encoding="utf-8"?> | |
2 | -<resources> | |
3 | - <string name="note_list_item_title_singleLine">true</string> | |
4 | - <string name="note_list_item_title_lines">1</string> | |
5 | - | |
6 | - <string name="note_list_item_content_singleLine">false</string> | |
7 | - <string name="note_list_item_content_lines">2</string> | |
8 | -</resources> |
@@ -1,8 +0,0 @@ | ||
1 | -<?xml version="1.0" encoding="utf-8"?> | |
2 | -<resources> | |
3 | - <string name="note_list_item_title_singleLine">true</string> | |
4 | - <string name="note_list_item_title_lines">1</string> | |
5 | - | |
6 | - <string name="note_list_item_content_singleLine">false</string> | |
7 | - <string name="note_list_item_content_lines">3</string> | |
8 | -</resources> |
@@ -1,8 +0,0 @@ | ||
1 | -<?xml version="1.0" encoding="utf-8"?> | |
2 | -<resources> | |
3 | - <string name="note_list_item_title_singleLine">true</string> | |
4 | - <string name="note_list_item_title_lines">1</string> | |
5 | - | |
6 | - <string name="note_list_item_content_singleLine">false</string> | |
7 | - <string name="note_list_item_content_lines">2</string> | |
8 | -</resources> |
@@ -1,8 +0,0 @@ | ||
1 | -<?xml version="1.0" encoding="utf-8"?> | |
2 | -<resources> | |
3 | - <string name="note_list_item_title_singleLine">true</string> | |
4 | - <string name="note_list_item_title_lines">1</string> | |
5 | - | |
6 | - <string name="note_list_item_content_singleLine">false</string> | |
7 | - <string name="note_list_item_content_lines">3</string> | |
8 | -</resources> |
@@ -1,7 +0,0 @@ | ||
1 | -<?xml version="1.0" encoding="utf-8"?> | |
2 | -<!-- This file is made every screen size --> | |
3 | -<resources> | |
4 | - <!-- Note List Item Content Text Lines --> | |
5 | - <string name="note_list_item_content_lines_port_default_value">2</string> | |
6 | - <string name="note_list_item_content_lines_land_default_value">1</string> | |
7 | -</resources> |