Advertisement
Guest User

preferences.xml

a guest
Jun 15th, 2016
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.84 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
  3.     <CheckBoxPreference
  4.        android:title="Will animate"
  5.        android:key="key1"
  6.        />
  7.     <SwitchPreference
  8.        android:title="Will animate"
  9.        android:key="key6"
  10.        />
  11.     <CheckBoxPreference
  12.        android:title="Will animate"
  13.        android:key="key2"
  14.        />
  15.     <CheckBoxPreference
  16.        android:title="Will animate"
  17.        android:key="key3"
  18.        />
  19.     <CheckBoxPreference
  20.        android:title="Will not animate"
  21.        android:key="key4"
  22.        />
  23.     <SwitchPreference
  24.        android:title="Will animate"
  25.        android:key="key7"
  26.        />
  27.     <SwitchPreference
  28.        android:title="Will not animate"
  29.        android:key="key5"
  30.        />
  31. </PreferenceScreen>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement