Skip to content

Instantly share code, notes, and snippets.

@hafizrahman
Created September 18, 2020 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hafizrahman/95c5266e3494bf554779c3ae4502ff52 to your computer and use it in GitHub Desktop.
Save hafizrahman/95c5266e3494bf554779c3ae4502ff52 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<black.old.spacedrepetitionowl.TimepickerPreference
android:key="pref_notification_time"
android:title="Notification time"
android:summary="This will programmatically show current notification time."
android:defaultValue="90" />
</androidx.preference.PreferenceScreen>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment