Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
- <CheckBoxPreference
- android:title="Will animate"
- android:key="key1"
- />
- <SwitchPreference
- android:title="Will animate"
- android:key="key6"
- />
- <CheckBoxPreference
- android:title="Will animate"
- android:key="key2"
- />
- <CheckBoxPreference
- android:title="Will animate"
- android:key="key3"
- />
- <CheckBoxPreference
- android:title="Will not animate"
- android:key="key4"
- />
- <SwitchPreference
- android:title="Will animate"
- android:key="key7"
- />
- <SwitchPreference
- android:title="Will not animate"
- android:key="key5"
- />
- </PreferenceScreen>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement