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

Commit d283617

Browse files
2 parents 1aaa175 + be32f2d commit d283617

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ Supported preferences are:
1616

1717
Sample
1818
==================================
19-
Just check the code, or see how it works on my app, here:
20-
https://play.google.com/store/apps/details?id=com.lb.app_manager
19+
Just check the code (it has a sample inside), or see how it works on my app, here:
2120

21+
<a href="https://play.google.com/store/apps/details?id=com.lb.app_manager">
22+
<img alt="sample app"
23+
src="en_app_rgb_wo_60.png" />
24+
</a>
2225

2326
Screenshots
2427
==================================
@@ -44,7 +47,7 @@ https://github.com/kolavar/android-support-v4-preferencefragment
4447
- RingtonePreference
4548
- MultiSelectListPreference
4649
- CheckBoxPreference
47-
and others...
50+
- others ?
4851

4952

5053

@@ -61,3 +64,7 @@ That's it.
6164
Thanks
6265
==
6366
Android's code ?
67+
68+
License
69+
==
70+
It's Apache2 . Do with it what you wish. Credits are appreciated :)

material_preferences_library/src/main/java/com/lb/material_preferences_library/custom_preferences/EditTextPreference.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,6 @@ protected void init(final Context context,final AttributeSet attrs,final int def
9595
setDialogLayoutResource(R.layout.mpl__edittext_dialog_preference);
9696
}
9797

98-
@Override
99-
protected void onPrepareDialogBuilder(final Builder builder)
100-
{
101-
super.onPrepareDialogBuilder(builder);
102-
builder.setMessage(getDialogMessage());
103-
}
104-
10598
/**
10699
* Saves the text to the {@link SharedPreferences}.
107100
*

0 commit comments

Comments
 (0)