mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 02:35:19 +08:00
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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user