Skip to content

Instantly share code, notes, and snippets.

@beshkenadze
Created August 23, 2011 13:26
Show Gist options
  • Save beshkenadze/1165103 to your computer and use it in GitHub Desktop.
Save beshkenadze/1165103 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<com.vstrecher.preference.CustomListPreference
android:key="city_id"
android:title="@string/city_select"
android:dialogTitle="@string/city_select"
android:summary="@string/city_select_summary"/>
<Preference android:summary="@string/phone_summary"
android:key="phone" android:title="@string/phone"></Preference>
<Preference android:summary="@string/card_summary"
android:key="card" android:title="@string/card"></Preference>
</PreferenceScreen>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment