Extract hardcoded string to resource
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user