summaryrefslogtreecommitdiff
path: root/core/java/android/preference/PreferenceFrameLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* Deprecates framework Preference classesLouis Pullen-Freilich2018-11-191-0/+7
| | | | | | | | | The AndroidX Preference Library is the recommended way to build settings screens moving forward. Bug: b/114357488 Test: n/a Change-Id: I3b3bff2daf43d8239d8bf247a9c2acebbc6374eb
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
| | | | Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-4/+9
| | | | | | | Also updates the constructor of every class that extends View. BUG: 10676369 Change-Id: Ifaf27bf82028d180afa4931c0e906df88d858ac3
* Move the breadcrumbs to the right pane.Amith Yamasani2010-12-081-4/+2
| | | | Bug: 3236568
* Fix 3148496: Update PreferenceActivity to handle single-pane fragments.Jim Miller2010-12-081-1/+3
| | | | | | This fixes a couple of bugs I found while updating SecuritySettings. Change-Id: I9881cff71799ddf3c1d1493c2f7f3bfb31ca7774
* Preference changes to layouts.Mindy Pereira2010-11-301-27/+86
| | | | | | | | | | Change-Id: I37366c3465aa1d8d2bd30fb6ae4b821f5f2d5e2d Additional changes to make the left and right padding behave the same way as the top and bottom padding. That is, our default pref screens will automatically apply the padding and clipToPadding tags. Custom preference screens will appear as before. Uses LayoutParams now instead of a specific id.
* Use getDimensionPixel size instead of casting to an int.Mindy Pereira2010-11-241-4/+10
| | | | Change-Id: I907c8be25bd4cf0fefc2bb4e0282db2d136da099
* Create logic for applying padding only to custom preference layoutsMindy Pereira2010-11-231-0/+84
n the case of any standard PreferenceFragment layout, we can change the list styling to add padding and set clipToPadding to false. In this case, we don't want extra padding in the parent ViewGroup (R.id.prefs). When an app specifies a custom preference fragment layout, we want to add the previously existing padding styles R.id.prefs. Change-Id: Idfd77dcbef264c6f5f4121b66fd54c684ad0a288