Extract hardcoded string to resource

This commit is contained in:
Fredrik Fornwall
2015-11-29 00:09:25 +01:00
parent 09fe7e5941
commit 12ddaccaf7
2 changed files with 3 additions and 1 deletions

View File

@@ -16,5 +16,5 @@
<TextView android:id="@android:id/empty"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="$HOME is empty!"/>
android:text="@string/home_is_empty"/>
</LinearLayout>

View File

@@ -56,4 +56,6 @@
<string name="notification_action_wakelock">Wake</string>
<string name="notification_action_wifilock">Wifi</string>
<string name="home_is_empty">$HOME is empty!</string>
</resources>