Open JordanLongstaff opened 5 days ago
I used this plugin with my strings.xml file, which included a number of string arrays, e.g.:
strings.xml
<string-array name="network_type_entries"> <item>Wi-Fi</item> <item>Mobile</item> <item>Ethernet</item> <item>Bluetooth tethering</item> <item>Unknown</item> </string-array>
After the sort, all of those arrays were gone.
I thank you for this information. I will look into a solution.
I used this plugin with my
strings.xml
file, which included a number of string arrays, e.g.:After the sort, all of those arrays were gone.