mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-21 05:09:00 +00:00
[#26] - Moving strings to string resources
This commit is contained in:
parent
66de7ea08f
commit
8b643ca957
2 changed files with 7 additions and 3 deletions
|
|
@ -67,7 +67,7 @@
|
|||
android:id="@+id/sourceCodeLink"
|
||||
android:layout_width="347dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Habitica is an open Source Code and you can find the code clicking here"
|
||||
android:text="@string/about.habitica_open_source"
|
||||
android:textSize="@dimen/abc_text_size_title_material"
|
||||
android:textStyle="bold"
|
||||
android:layout_gravity="center_horizontal"
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
android:id="@+id/googlePlayStoreButton"
|
||||
android:layout_width="248dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="RATE OUR APP"
|
||||
android:text="@string/about.rate_our_app"
|
||||
android:textSize="@dimen/abc_text_size_title_material"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginTop="20sp" />
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
android:id="@+id/giveUsFeedback"
|
||||
android:layout_width="253dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Give us Feedback! :-)"
|
||||
android:text="@string/about.give_us_feedback"
|
||||
android:textSize="@dimen/abc_text_size_title_material"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginTop="20sp" />
|
||||
|
|
|
|||
|
|
@ -111,6 +111,10 @@
|
|||
<string name="about.title">About</string>
|
||||
<string name="about.libraries">Libraries</string>
|
||||
<string name="about.versionhistory">Version history</string>
|
||||
<string name="about.habitica_open_source">Habitica is an Open Source code and you can find the code clicking here</string>
|
||||
<string name="about.rate_our_app">RATE OUR APP</string>
|
||||
<string name="about.give_us_feedback">Give us Feedback! :-)</string>
|
||||
|
||||
<!-- Network Errors -->
|
||||
<string name="network_error_title">Connection Error</string>
|
||||
<string name="network_error_no_network_body">You are not connected to the internet.</string>
|
||||
|
|
|
|||
Loading…
Reference in a new issue