mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-13 17:51:57 +00:00
Extracted string resource for "Quest"
This commit is contained in:
parent
82fcc5c95d
commit
eebc7fc91c
2 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,7 @@
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="Quest"
|
android:text="@string/quest"
|
||||||
android:layout_margin="5dp"
|
android:layout_margin="5dp"
|
||||||
android:visibility="@{quest != null ? View.VISIBLE : View.GONE}" />
|
android:visibility="@{quest != null ? View.VISIBLE : View.GONE}" />
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -145,4 +145,5 @@
|
||||||
<string name="taskform.delete.message">Do you really want to delete?</string>
|
<string name="taskform.delete.message">Do you really want to delete?</string>
|
||||||
<string name="yes">Yes</string>
|
<string name="yes">Yes</string>
|
||||||
<string name="no">No</string>
|
<string name="no">No</string>
|
||||||
|
<string name="quest">Quest</string>
|
||||||
</resources>
|
</resources>
|
||||||
Loading…
Reference in a new issue