arrays.xml 531 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <string-array name="hotseats" translatable="false">
  4. <item>intent:#Intent;action=android.intent.action.DIAL;end</item>
  5. <item>*BROWSER*</item>
  6. </string-array>
  7. <array name="hotseat_icons" translatable="false">
  8. <item>@drawable/hotseat_phone</item>
  9. <item>@drawable/hotseat_browser</item>
  10. </array>
  11. <string-array name="settings_sorting_values" translatable="false">
  12. <item>1</item>
  13. <item>2</item>
  14. </string-array>
  15. </resources>