mirror of
https://github.com/leanote/leanote-android.git
synced 2025-10-15 14:51:04 +00:00
extract string
This commit is contained in:
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user