allwinner_a64/android/frameworks/support/v7/preference/NOTICES.md
2018-08-08 15:50:00 +08:00

497 B

Change Log

23.1.0 (2015-09-28)

Breakage and deprecation notices:

  • EditTextPreferenceDialogFragmentCompat
    • onAddEditTextToDialogView has been removed. Any code depending on overriding this method should be moved to onBindDialogView.
    • The EditText view is now expected to be present in the dialog layout file with the id @android:id/edit, and is no longer created in code.