extracted resource to strings.xml

This commit is contained in:
PWRxPSYCHO
2022-03-02 08:16:07 -05:00
parent 50c762d5c8
commit 07dd8a826f
2 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
android:layout_marginTop="16dp"
android:layout_marginRight="4dp"
android:layout_marginBottom="4dp"
android:hint="Name"
android:hint="@string/name"
android:inputType="text" />
</LinearLayout>

View File

@@ -126,4 +126,5 @@
<string name="modem_config_slow_long">Long Range / Slow</string>
<string name="style_selection">Style Selection</string>
<string name="download_region">Download Region</string>
<string name="name">Name</string>
</resources>