comparison res/xml/preferences.xml @ 225:c6157535e180 stable-1.8.5

update version; consistent defaults for hardware buttons
author Carl Byington <carl@five-ten-sg.com>
date Tue, 08 Jul 2014 20:55:48 -0700
parents f0b9ea35711a
children 83d633b281cb
comparison
equal deleted inserted replaced
224:abf17d9431eb 225:c6157535e180
121 android:key="volup" 121 android:key="volup"
122 android:title="@string/pref_volup_title" 122 android:title="@string/pref_volup_title"
123 android:summary="@string/pref_volup_summary" 123 android:summary="@string/pref_volup_summary"
124 android:entries="@array/list_hwbutton" 124 android:entries="@array/list_hwbutton"
125 android:entryValues="@array/list_hwbutton_values" 125 android:entryValues="@array/list_hwbutton_values"
126 android:defaultValue="None" 126 android:defaultValue="Soft Function Keypad"
127 /> 127 />
128 128
129 <ListPreference 129 <ListPreference
130 android:key="voldn" 130 android:key="voldn"
131 android:title="@string/pref_voldn_title" 131 android:title="@string/pref_voldn_title"
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="Esc"
145 /> 145 />
146 146
147 <ListPreference 147 <ListPreference
148 android:key="ptt" 148 android:key="ptt"
149 android:title="@string/pref_ptt_title" 149 android:title="@string/pref_ptt_title"