Skip to content
This repository was archived by the owner on May 1, 2021. It is now read-only.

Commit 3bc7a76

Browse files
2 parents 7a51549 + 8fafc9e commit 3bc7a76

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ Supported preferences are:
1414
- **SwitchPreference**
1515
- **TwoStatePreference**
1616

17-
Sample and screenshots
17+
Sample
1818
==================================
1919
Just check the code, or see how it works on my app, here:
2020
https://play.google.com/store/apps/details?id=com.lb.app_manager
2121

22-
**Screensots:**
2322

24-
**Gingerbread :**
23+
Screenshots
24+
==================================
25+
Soon
2526

2627

27-
**Lollipop :**
2828

2929
Notes
3030
==================================
@@ -38,6 +38,14 @@ https://github.com/Machinarius/PreferenceFragment-Compat
3838
https://github.com/kolavar/android-support-v4-preferencefragment
3939
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.
4040
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+
4149

4250
Contribution is appreciated. Please try to be "loyal" to the original code of Android, as I've tried.
4351

@@ -49,16 +57,6 @@ This library needs:
4957

5058
That's it.
5159

52-
What this library doesn't do
53-
==
54-
Sadly, it doesn't support all kinds of preferences. Currently, those are missing:
55-
- RingtonePreference
56-
- MultiSelectListPreference
57-
- CheckBoxPreference
58-
and others...
59-
60-
Also, note that
61-
6260
Thanks
6361
==
6462
Android's code ?

0 commit comments

Comments
 (0)