Skip to content

Commit

Permalink
Remove default spinnerItems entries in strings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
qiarie committed Aug 13, 2020
1 parent ce9ca5f commit d50aeef
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions android-json-form-wizard/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@
<string name="repeating_group_label">repeating_group_label</string>

<string-array name="spinnerItems">
<item>item1</item>
<item>item2</item>
<item>item3</item>
<item>item4</item>
</string-array>

<string name="scan_qr_code_title">Scanner le code QR</string>
Expand Down
4 changes: 0 additions & 4 deletions android-json-form-wizard/src/main/res/values-sw/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@
<string name="repeating_group_label">lebo_kundi_linalojirudia</string>

<string-array name="spinnerItems">
<item>item1</item>
<item>item2</item>
<item>item3</item>
<item>item4</item>
</string-array>

<string name="scan_qr_code_title">Scan msimbo wa QR</string>
Expand Down
4 changes: 0 additions & 4 deletions android-json-form-wizard/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@
<string name="repeating_group_label">repeating_group_label</string>

<string-array name="spinnerItems">
<item>item1</item>
<item>item2</item>
<item>item3</item>
<item>item4</item>
</string-array>

<string name="scan_qr_code_title">Scan QR Code</string>
Expand Down

0 comments on commit d50aeef

Please sign in to comment.