Skip to content

Commit

Permalink
Updated API report
Browse files Browse the repository at this point in the history
  • Loading branch information
consp1racy committed Jul 29, 2018
1 parent 41acb48 commit 22bdc85
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions support-preference/api/current.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,13 @@ package net.xpece.android.support.preference {
method protected android.support.v7.preference.DialogPreference getPreference();
}

public class DropDownPreference extends net.xpece.android.support.preference.ListPreference {
ctor public DropDownPreference(android.content.Context!, android.util.AttributeSet?, int, int);
ctor public DropDownPreference(android.content.Context!, android.util.AttributeSet?, int);
ctor public DropDownPreference(android.content.Context!, android.util.AttributeSet?);
ctor public DropDownPreference(android.content.Context!);
}

public class EditTextPreference extends net.xpece.android.support.preference.DialogPreference {
ctor public EditTextPreference(android.content.Context, android.util.AttributeSet?, @AttrRes int, @StyleRes int);
ctor public EditTextPreference(android.content.Context, android.util.AttributeSet?, @AttrRes int);
Expand Down

0 comments on commit 22bdc85

Please sign in to comment.