summaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
blob: 1fcabb2f957f41dc4e0d984d74500522ad9213f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string-array name="hotseats" translatable="false">
        <item>intent:#Intent;action=android.intent.action.MAIN;component=com.android.contacts/.ContactsLaunchActivity;end</item>
        <item>*BROWSER*</item>
    </string-array>
    <array name="hotseat_icons" translatable="false">
        <item>@drawable/hotseat_phone</item>
        <item>@drawable/hotseat_browser</item>
    </array>
</resources>