Simple Notepad Application for Android OS
修订版 | ef00c74881908cf3f2b063b710e9f4a171b34263 (tree) |
---|---|
时间 | 2019-05-05 00:10:01 |
作者 | Masahiko, SAWAI <say@user...> |
Commiter | Masahiko, SAWAI |
Added content description to ImageView.
@@ -9,6 +9,7 @@ | ||
9 | 9 | style="@style/actionbar_left_button" |
10 | 10 | android:id="@+id/home_button" |
11 | 11 | android:src="?attr/ic_home" |
12 | + android:contentDescription="@string/home" | |
12 | 13 | /> |
13 | 14 | <TextView |
14 | 15 | style="@style/actionbar_title" |
@@ -18,6 +19,7 @@ | ||
18 | 19 | style="@style/actionbar_right_button" |
19 | 20 | android:id="@+id/delete_note_button" |
20 | 21 | android:src="?attr/ic_delete" |
22 | + android:contentDescription="@string/delete_note" | |
21 | 23 | /> |
22 | 24 | </LinearLayout> |
23 | 25 |
@@ -14,6 +14,7 @@ | ||
14 | 14 | style="@style/actionbar_left_button" |
15 | 15 | android:id="@+id/cancel_button" |
16 | 16 | android:src="?attr/ic_clear" |
17 | + android:contentDescription="@string/clear" | |
17 | 18 | /> |
18 | 19 | <TextView |
19 | 20 | style="@style/actionbar_title" |
@@ -23,6 +24,7 @@ | ||
23 | 24 | style="@style/actionbar_right_button" |
24 | 25 | android:id="@+id/ok_button" |
25 | 26 | android:src="?attr/ic_ok" |
27 | + android:contentDescription="@string/ok" | |
26 | 28 | /> |
27 | 29 | </LinearLayout> |
28 | 30 |
@@ -14,6 +14,7 @@ | ||
14 | 14 | style="@style/actionbar_left_button" |
15 | 15 | android:id="@+id/home_button" |
16 | 16 | android:src="?attr/ic_home" |
17 | + android:contentDescription="@string/home" | |
17 | 18 | /> |
18 | 19 | <TextView |
19 | 20 | style="@style/actionbar_title" |
@@ -24,16 +25,19 @@ | ||
24 | 25 | style="@style/actionbar_right_button" |
25 | 26 | android:id="@+id/add_new_note_button" |
26 | 27 | android:src="?attr/ic_add" |
28 | + android:contentDescription="@string/new_note" | |
27 | 29 | /> |
28 | 30 | <ImageButton |
29 | 31 | style="@style/actionbar_right_button" |
30 | 32 | android:id="@+id/delete_note_button" |
31 | 33 | android:src="?attr/ic_delete" |
34 | + android:contentDescription="@string/delete_note" | |
32 | 35 | /> |
33 | 36 | <ImageButton |
34 | 37 | style="@style/actionbar_right_button" |
35 | 38 | android:id="@+id/edit_note_button" |
36 | 39 | android:src="?attr/ic_edit" |
40 | + android:contentDescription="@string/edit_note" | |
37 | 41 | /> |
38 | 42 | |
39 | 43 | </LinearLayout> |
@@ -48,6 +52,7 @@ | ||
48 | 52 | style="@style/actionbar_left_button" |
49 | 53 | android:id="@+id/cancel_find_word_button" |
50 | 54 | android:src="?attr/ic_ok" |
55 | + android:contentDescription="@string/ok" | |
51 | 56 | /> |
52 | 57 | <EditText |
53 | 58 | style="@style/actionbar_edittext" |
@@ -61,11 +66,13 @@ | ||
61 | 66 | style="@style/actionbar_right_button" |
62 | 67 | android:id="@+id/find_prev_button" |
63 | 68 | android:src="?attr/ic_prev" |
69 | + android:contentDescription="@string/prev" | |
64 | 70 | /> |
65 | 71 | <ImageButton |
66 | 72 | style="@style/actionbar_right_button" |
67 | 73 | android:id="@+id/find_next_button" |
68 | 74 | android:src="?attr/ic_next" |
75 | + android:contentDescription="@string/next" | |
69 | 76 | /> |
70 | 77 | </LinearLayout> |
71 | 78 |
@@ -14,6 +14,7 @@ | ||
14 | 14 | style="@style/actionbar_left_button" |
15 | 15 | android:id="@+id/home_button" |
16 | 16 | android:src="?attr/ic_home" |
17 | + android:contentDescription="@string/home" | |
17 | 18 | /> |
18 | 19 | <TextView |
19 | 20 | style="@style/actionbar_title" |
@@ -10,6 +10,7 @@ | ||
10 | 10 | style="@style/actionbar_left_button" |
11 | 11 | android:id="@+id/home_button" |
12 | 12 | android:src="?attr/ic_home" |
13 | + android:contentDescription="@string/home" | |
13 | 14 | /> |
14 | 15 | <TextView |
15 | 16 | style="@style/actionbar_title" |
@@ -20,6 +21,7 @@ | ||
20 | 21 | style="@style/actionbar_right_button" |
21 | 22 | android:id="@+id/add_new_note_template_button" |
22 | 23 | android:src="?attr/ic_add" |
24 | + android:contentDescription="@string/new_note" | |
23 | 25 | /> |
24 | 26 | </LinearLayout> |
25 | 27 |
@@ -13,6 +13,7 @@ | ||
13 | 13 | style="@style/actionbar_left_button" |
14 | 14 | android:id="@+id/home_button" |
15 | 15 | android:src="?attr/ic_home" |
16 | + android:contentDescription="@string/home" | |
16 | 17 | /> |
17 | 18 | <TextView |
18 | 19 | style="@style/actionbar_title" |
@@ -23,11 +24,13 @@ | ||
23 | 24 | style="@style/actionbar_right_button" |
24 | 25 | android:id="@+id/search_button" |
25 | 26 | android:src="?attr/ic_search" |
27 | + android:contentDescription="@string/search_note" | |
26 | 28 | /> |
27 | 29 | <ImageButton |
28 | 30 | style="@style/actionbar_right_button" |
29 | 31 | android:id="@+id/add_new_note_button" |
30 | 32 | android:src="?attr/ic_add" |
33 | + android:contentDescription="@string/new_note" | |
31 | 34 | /> |
32 | 35 | |
33 | 36 | </LinearLayout> |
@@ -3,6 +3,12 @@ | ||
3 | 3 | <resources> |
4 | 4 | <string name="app_name">Notepad</string> |
5 | 5 | |
6 | + <string name="home">ホーム</string> | |
7 | + <string name="ok">OK</string> | |
8 | + <string name="clear">消去</string> | |
9 | + <string name="prev">前へ</string> | |
10 | + <string name="next">次へ</string> | |
11 | + | |
6 | 12 | <string name="quit">終了</string> |
7 | 13 | <string name="no_data">データがありません</string> |
8 | 14 |
@@ -3,6 +3,12 @@ | ||
3 | 3 | <resources> |
4 | 4 | <string name="app_name">Notepad</string> |
5 | 5 | |
6 | + <string name="home">Home</string> | |
7 | + <string name="ok">OK</string> | |
8 | + <string name="clear">Clear</string> | |
9 | + <string name="prev">Previous</string> | |
10 | + <string name="next">Next</string> | |
11 | + | |
6 | 12 | <string name="quit">Quit</string> |
7 | 13 | <string name="no_data">No Data</string> |
8 | 14 |