mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
extracted resource to strings.xml
This commit is contained in:
parent
50c762d5c8
commit
07dd8a826f
2 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue