aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/simple_dir_chooser.xml
Commit message (Collapse)AuthorAgeFilesLines
* fix #3955: use recommended scrollbar styles Bananeweizen2014-06-111-0/+2
|
* have the right list items and fragments in layout previewBananeweizen2014-05-261-1/+3
|
* multiple lint fixesBananeweizen2014-05-181-4/+4
| | | | | | | * remove android proguard rules * remove unused layout hierarchy elements * suppress map layout warnings for old layouts * remove unused images * typo
* lint: fix layout warningBananeweizen2013-10-051-10/+12
|
* fixes #3303 - SimpleDirChooser shows all readable directories nowMarco Jacob2013-10-021-2/+4
|
* cleanup: fix ListView predefined idSamuel Tardieu2013-07-141-1/+1
|
* Revert "Merge pull request #2739 from campbeb/fix_overdraw"SammysHP2013-05-171-0/+1
| | | | | This reverts commit eb360a18a1b9a2e560b00d4584cf79f52040acec, reversing changes made to 76a7404e536047dd74721ac9c89fd10a8a2dd16d.
* Fix Overdrawcampbeb2013-05-161-1/+0
| | | | | The background was being redrawn several times over as each activity was drawing it rather than inheriting from the theme
* Fixes #2589, Light skin not workingrsudev2013-03-291-0/+1
| | | | | | Re-added background attribute to select view definitions where 2.x doesn't correctly apply the theme background. Additionally disabled light theme for dialogs on 2.x, as it doesn't work there
* refactoring: reformat all layout sourcesBananeweizen2013-03-121-47/+59
| | | * preparation for extracting the toolbar
* Remove background attributes on layoutsSamuel Tardieu2013-02-021-2/+1
| | | | | | If a background attribute is set on both a layout and a theme, the background is drawn twice. Since our themes define a background color, there is no need to set it on individual layouts too.
* refactoring: Lint cleanupsBananeweizen2012-11-111-2/+5
|
* fixes #1939 - corrected SimpleDirChooser layoutMarco Jacob2012-08-091-1/+1
|
* fixes #1794 - added gpx export dir setting with SimpleDirChooserMarco Jacob2012-07-201-0/+49