alarm_adjust_volume_preferences.xml 682B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto">
  4. <Preference
  5. app:key="alarmAdjustText"
  6. app:iconSpaceReserved="false"
  7. app:title=""
  8. android:selectable="false"
  9. android:persistent="false"
  10. app:summary="@string/popupTestAlarmVolume"
  11. app:singleLineTitle="false"
  12. />
  13. <SeekBarPreference
  14. app:key="alarmVolume"
  15. app:iconSpaceReserved="false"
  16. app:title="@string/alarm_volume"
  17. app:defaultValue="100"
  18. app:showSeekBarValue="true"
  19. />
  20. </PreferenceScreen>