You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2021. It is now read-only.
6. In order to add **action items**, you need to do it completely via code, without using XML. Otherwise, on some Android versions (or all?), the action items will all gather inside the overflow menu item.
40
40
7. Some **attributes** should be used using Android's framework, and some using mine. Sorry for the confusion.
41
+
8.**Preference selection** obviously can't have ripples, but it should at least be possible to have Kitkat style selection for pre-Kitkat versions.
42
+
9. Sadly, it **doesn't support all kinds of preferences**. Currently, those are missing:
43
+
- RingtonePreference
44
+
- MultiSelectListPreference
45
+
- CheckBoxPreference
46
+
and others...
47
+
48
+
41
49
42
50
Contribution is appreciated. Please try to be "loyal" to the original code of Android, as I've tried.
43
51
@@ -49,16 +57,6 @@ This library needs:
49
57
50
58
That's it.
51
59
52
-
What this library doesn't do
53
-
==
54
-
Sadly, it doesn't support all kinds of preferences. Currently, those are missing:
0 commit comments