extract string

This commit is contained in:
houxg
2017-02-13 14:09:43 +08:00
parent 1ebaabdbc8
commit f7d9f14639
2 changed files with 11 additions and 5 deletions

View File

@@ -73,7 +73,7 @@
style="@style/SettingsStatus"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="GNU GENERAL PUBLIC LICENSE V3" />
android:text="@string/gnu_general_public_license_v3" />
</LinearLayout>
@@ -93,13 +93,13 @@
style="@style/SettingsStatus"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Leanote" />
android:text="@string/leanote" />
<TextView
style="@style/SettingsStatus"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="https://material.io/icons/" />
android:text="@string/https_material_io_icons" />
</LinearLayout>
@@ -114,7 +114,7 @@
style="@style/SettingsSecondaryText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Github" />
android:text="@string/github" />
</LinearLayout>
@@ -151,7 +151,7 @@
style="@style/SettingsSecondaryText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Generate random note" />
android:text="@string/generate_random_note" />
</LinearLayout>

View File

@@ -100,5 +100,11 @@
<string name="view_type">View type</string>
<string name="delete">Delete</string>
<string name="no_note_was_selected">No note was selected</string>
<string name="add_account">Add account</string>
<string name="leanote">Leanote</string>
<string name="https_material_io_icons">https://material.io/icons/</string>
<string name="gnu_general_public_license_v3">GNU GENERAL PUBLIC LICENSE V3</string>
<string name="github">Github</string>
<string name="generate_random_note">Generate random note</string>
</resources>