comparison res/xml/preferences.xml @ 148:69333ca1563c

add ptt button p2 preference
author Carl Byington <carl@five-ten-sg.com>
date Sun, 22 Jun 2014 13:02:36 -0700
parents 9a6335a203b2
children f0b9ea35711a
comparison
equal deleted inserted replaced
147:1350adb077b1 148:69333ca1563c
130 android:key="voldn" 130 android:key="voldn"
131 android:title="@string/pref_voldn_title" 131 android:title="@string/pref_voldn_title"
132 android:summary="@string/pref_voldn_summary" 132 android:summary="@string/pref_voldn_summary"
133 android:entries="@array/list_hwbutton" 133 android:entries="@array/list_hwbutton"
134 android:entryValues="@array/list_hwbutton_values" 134 android:entryValues="@array/list_hwbutton_values"
135 android:defaultValue="None" 135 android:defaultValue="Tab"
136 /> 136 />
137 137
138 <ListPreference 138 <ListPreference
139 android:key="search" 139 android:key="search"
140 android:title="@string/pref_search_title" 140 android:title="@string/pref_search_title"
141 android:summary="@string/pref_search_summary" 141 android:summary="@string/pref_search_summary"
142 android:entries="@array/list_hwbutton" 142 android:entries="@array/list_hwbutton"
143 android:entryValues="@array/list_hwbutton_values" 143 android:entryValues="@array/list_hwbutton_values"
144 android:defaultValue="None" 144 android:defaultValue="None"
145 />
146
147 <ListPreference
148 android:key="ptt"
149 android:title="@string/pref_ptt_title"
150 android:summary="@string/pref_ptt_summary"
151 android:entries="@array/list_hwbutton"
152 android:entryValues="@array/list_hwbutton_values"
153 android:defaultValue="Monitor Key"
145 /> 154 />
146 155
147 <CheckBoxPreference 156 <CheckBoxPreference
148 android:key="keepalive" 157 android:key="keepalive"
149 android:title="@string/pref_keepalive_title" 158 android:title="@string/pref_keepalive_title"