- <?xml version="1.0" encoding="utf-8"?>
- <resources>
- <string-array name="hotseats" translatable="false">
- <item>intent:#Intent;action=android.intent.action.DIAL;end</item>
- <item>*BROWSER*</item>
- </string-array>
- <array name="hotseat_icons" translatable="false">
- <item>@drawable/hotseat_phone</item>
- <item>@drawable/hotseat_browser</item>
- </array>
-
- <string-array name="settings_sorting_values" translatable="false">
- <item>1</item>
- <item>2</item>
- </string-array>
- </resources>
|