summaryrefslogtreecommitdiffstats
path: root/packages/DocumentsUI
Commit message (Collapse)AuthorAgeFilesLines
* Automatic translation importAbhisek Devkota2017-04-281-28/+14
| | | | Change-Id: Ifeae1515729fc73ba3198e72b3479870092af3c1
* Automatic translation importAbhisek Devkota2017-02-191-0/+67
| | | | Change-Id: I80e32cc003cc9c8707732b27a683e87cdd67375d
* Automatic translation importAbhisek Devkota2017-01-271-0/+6
| | | | Change-Id: Ib115f3813214bfffb935cf522d0e31e8c95be4de
* Automatic translation importpinky@build012016-09-271-2/+6
| | | | | Change-Id: I77a3c0eb997d6f2aaf9b1add59480c496e55e43d Ticket: -
* Automatic translation importpinky@build012016-08-273-0/+201
| | | | | Change-Id: If7eac9a9fa7e145c9d35ece91a8ccab33601a1ca Ticket: -
* Fix NPE in DocumentsUI when rotate UI before format as internalScott Mertz2016-06-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | When the device is rotated, the action bar may not have already been installed (because such installation is done in onCreateOptionsMenu). Protect against this case. 1.Settings->Storage and USB->SD Card Settings->turn the handset to landscape mode->Format as internal storage. 2.Move data to new storage->Tap Move later 01-03 14:06:34.156 7709 7709 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean com.android.documentsui.DocumentsToolBar.hasExpandedActionView()' on a null object reference 01-03 14:06:34.156 7709 7709 E AndroidRuntime: at com.android.documentsui.BaseActivity$SearchManager.cancelSearch(BaseActivity.java:758) 01-03 14:06:34.156 7709 7709 E AndroidRuntime: at com.android.documentsui.DocumentsActivity.onBackPressed(DocumentsActivity.java:518) 01-03 14:06:34.156 7709 7709 E AndroidRuntime: at com.android.documentsui.DirectoryFragment$4$1.run(DirectoryFragment.java:315) 01-03 14:06:34.156 7709 7709 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:739) 01-03 14:06:34.156 7709 7709 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95) 01-03 14:06:34.156 7709 7709 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148) 01-03 14:06:34.156 7709 7709 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5461) 01-03 14:06:34.156 7709 7709 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 01-03 14:06:34.156 7709 7709 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) 01-03 14:06:34.156 7709 7709 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) FEIJ-1160 Change-Id: I7269ff5b9c189fd1fa4d0716b2d4cbc837349dc5
* DocumentsUI : Hide advanced menu option when in forced modeDanesh M2016-06-141-1/+2
| | | | | | | | | When in EXTRA_SHOW_ADVANCED is set, don't show the menu option to toggle it since it is a no-op FEIJ-1079 Change-Id: I0d2ea026736cb7131f451d39e2e662d0c2ae436f
* Automatic translation importAbhisek Devkota2016-05-141-0/+18
| | | | Change-Id: I3d1a3f5e5b488776048d0dbaac757ffb1e2f8e7b
* Partially revert "Merge tag 'android-6.0.1_r22' of ↵Michael Bestas2016-05-0478-296/+315
| | | | | | | | | https://android.googlesource.com/platform/frameworks/base into cm-13.0" This reverts commit 0e1dbed9194839a90755670d8fdf9046a75b85f7, reversing changes made to 564f10b8f05ddf4d9ea2c0e64f1b113fe6dad4b8. Change-Id: Ife3a8c9c898034d5161fbf25a03eaf173ec66246
* Automatic translation importMichael Bestas2016-04-161-0/+67
| | | | Change-Id: Ib87e41106982b159d249ebbe0653e569f9c7b454
* Automatic translation importMichael Bestas2016-04-061-0/+67
| | | | Change-Id: I3849e73aee18720b20529d406c7657c0a0cee320
* Automatic translation importMichael Bestas2016-03-282-0/+134
| | | | Change-Id: Ib371d8f862dced4aa36cfe076f876e9ae4bd62c2
* Automatic translation importMichael Bestas2016-03-1813-0/+763
| | | | Change-Id: I4af2a6a904e9229b261e95818f716d6b5708a6f4
* Merge tag 'android-6.0.1_r22' of ↵Steve Kondik2016-03-1178-315/+296
|\ | | | | | | | | | | | | | | https://android.googlesource.com/platform/frameworks/base into cm-13.0 Android 6.0.1 release 22 Change-Id: I0d31899b234156a91accb61e0a7fb3d8d16d5062
| * Merge "Block directory selection in openable modes." into mnc-dr-dev am: ↵Jeff Sharkey2015-11-091-1/+16
| |\ | | | | | | | | | | | | | | | | | | | | | | | | 00765ef5a2 am: e6538dcc06 * commit 'e6538dcc06c2547ac8a58c265e6b586fc9652ef3': Block directory selection in openable modes.
| | * Block directory selection in openable modes.Jeff Sharkey2015-11-061-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | When picking documents to return to apps requesting CATEGORY_OPENABLE we can't let the user select directories. Bug: 25455200 Change-Id: I8076883ee5b019eab4d2adb841952865f21e413e
| * | Merge "Add locking when mutating RecentTasks." into mnc-dr-dev am: 1a4efb77ddJeff Sharkey2015-10-201-2/+12
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | am: 3e9a3f3b71 * commit '3e9a3f3b71851c86bedbfc369787a4ce0ea5f2d8': Add locking when mutating RecentTasks.
| | * \ Merge "Add locking when mutating RecentTasks." into mnc-dr-devJeff Sharkey2015-10-201-2/+12
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | am: 1a4efb77dd * commit '1a4efb77dd3c503634f1f6495d931d1a570f51f5': Add locking when mutating RecentTasks.
| * | | am a0ef1048: am d473a144: Merge "Hold wake-lock during copy operations." ↵Jeff Sharkey2015-10-082-1/+12
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | into mnc-dr-dev * commit 'a0ef104882b1a0edd79badb2f327cc8722f76bb2': Hold wake-lock during copy operations.
| | * | am d473a144: Merge "Hold wake-lock during copy operations." into mnc-dr-devJeff Sharkey2015-10-082-1/+12
| | |\ \ | | | | | | | | | | | | | | | | | | | | * commit 'd473a1446e520616c4079594bbcf3c6fbe88ed4f': Hold wake-lock during copy operations.
| * | \ \ am b5405b45: am 350b99c0: am 483bd842: Merge "Only send EXTRA_STACK for ↵Jeff Sharkey2015-07-151-4/+5
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | private intent." into mnc-dev * commit 'b5405b45784cebf978b6102d324a1018fe66deb6': Only send EXTRA_STACK for private intent.
| | * | | am 350b99c0: am 483bd842: Merge "Only send EXTRA_STACK for private intent." ↵Jeff Sharkey2015-07-151-4/+5
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mnc-dev * commit '350b99c0027902db22004ea037265349155d7c38': Only send EXTRA_STACK for private intent.
| * | \ \ \ am b61e53f5: am e6130b6c: am 6d842f63: Merge "Fix DocumentsUI animation ↵Jeff Sharkey2015-07-064-1/+6
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | regression." into mnc-dev * commit 'b61e53f5f1bcbf3c9059a3ff58867990f5dde9a7': Fix DocumentsUI animation regression.
| * | | | | am 650a193e: am 164d229a: am dfd6301f: Merge "If user ejects a storage from ↵Makoto Onuki2015-07-062-0/+26
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | details, take user to... ... the storage list view" into mnc-dev * commit '650a193e8b1610938954851e6d855338b44e239d': If user ejects a storage from details, take user to... ... the storage list view
| * \ \ \ \ \ am d1e62d9d: Merge "Remove default activity title to prevent talkback ↵Makoto Onuki2015-06-241-0/+3
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from..." into mnc-dev * commit 'd1e62d9dfd0c995084046188fbde7dac40401162': Remove default activity title to prevent talkback from...
| * \ \ \ \ \ \ am f1da9a14: Merge "DO NOT MERGE: Remove DayNight theme" into mnc-devAlan Viverette2015-06-182-2/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f1da9a1401fe1304bee8a550a0141c79ecc3c0b3': DO NOT MERGE: Remove DayNight theme
| * \ \ \ \ \ \ \ am 41ce0039: Merge "Remove the action bar icon when there is no drawer ↵Tomasz Mikolajewski2015-06-181-10/+7
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enabled." into mnc-dev * commit '41ce003934c228f68e82645062665e0d2c443781': Remove the action bar icon when there is no drawer enabled.
| * \ \ \ \ \ \ \ \ am 9ce9ffec: Merge "Allow to customize title of the dialog." into mnc-devTomasz Mikolajewski2015-06-181-7/+12
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '9ce9ffec9e307e29c3d575854d4e357ecf06d2d8': Allow to customize title of the dialog.
| * \ \ \ \ \ \ \ \ \ am 3d00f7a1: Merge "Finish when browsed root goes away." into mnc-devJeff Sharkey2015-06-171-1/+16
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3d00f7a1be6ff858a89e2220f33231ecb3570ef3': Finish when browsed root goes away.
| * \ \ \ \ \ \ \ \ \ \ am 8a265146: Merge "Selected count string needs plurals." into mnc-devJeff Sharkey2015-06-112-7/+3
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '8a26514687ccf651eb73d5acdd3ae7c62d247d97': Selected count string needs plurals.
| * \ \ \ \ \ \ \ \ \ \ \ am 4ba81a08: Merge "Update visibility of the stack dropdown list after the ↵Daichi Hirono2015-06-115-11/+110
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | search view is collapsed." into mnc-dev * commit '4ba81a0878d058734e9eb2c298d7fc4df7e597ed': Update visibility of the stack dropdown list after the search view is collapsed.
| * \ \ \ \ \ \ \ \ \ \ \ \ am 5fc24733: New strings!Jeff Sharkey2015-06-111-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5fc247338dfc1a817f708163201cdf395cff3303': New strings!
| * \ \ \ \ \ \ \ \ \ \ \ \ \ am c783a5e7: Merge "Enable apps to exclude their own roots from the ↵Ben Kwa2015-06-105-4/+74
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DocumentsUI roots list." into mnc-dev * commit 'c783a5e762b0c4925756b8ca273eb26aab5e7985': Enable apps to exclude their own roots from the DocumentsUI roots list.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 907c695d: Merge "Add a divider between the roots selector and files ↵Ben Kwa2015-06-091-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | list." into mnc-dev * commit '907c695d40a95fc4d06969adeceea1756390d3c3': Add a divider between the roots selector and files list.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 7c04308f: Merge "Clean up icons in DocumentsUI." into mnc-devBen Kwa2015-06-09152-54/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '7c04308f51486644d474326eb19159af00ffaa17': Clean up icons in DocumentsUI.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 8dbb4328: Merge "Fix drawer selection to match Material spec." into mnc-devBen Kwa2015-06-053-6/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '8dbb43289ccc6bf85399eb3737be0dd5f01de923': Fix drawer selection to match Material spec.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 92dce157: Update hamburger share, and delete icons to use the 24x MD icons.Steve McKay2015-06-0215-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '92dce1578747f501c48b2542146956744675b784': Update hamburger share, and delete icons to use the 24x MD icons.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am d659f450: Fix the build months later?Jeff Sharkey2015-05-301-26/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd659f450f3d9c113cbd2ddc4f592b7fc64d1c9cf': Fix the build months later?
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 7a3b2012: Merge "Ensure that the copy notification is always cancelable." ↵Ben Kwa2015-05-271-5/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mnc-dev * commit '7a3b2012ea4d079a50edb8aa101a353830219d29': Ensure that the copy notification is always cancelable.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 4f95bade: Merge "[mnc-dev] Hide list/grid menu items for copy dest ↵Steve McKay2015-05-211-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | action...in mnc-dev!" into mnc-dev * commit '4f95badec267c53f76475869b17f6bbccc66d406': [mnc-dev] Hide list/grid menu items for copy dest action...in mnc-dev!
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am b7d072f4: Merge "DocumentUI: Plish the design of footer bottons." into ↵Daichi Hirono2015-05-194-38/+43
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mnc-dev * commit 'b7d072f42fd4fcb2e6e2d7a88ede2d4cee05127c': DocumentUI: Plish the design of footer bottons.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am b3100f4b: Merge "Delete StandaloneActivity from M (DO NOT MERGE)" into ↵Steve McKay2015-05-115-351/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mnc-dev * commit 'b3100f4b13159deb0b5736aedca1659dfe3c762b': Delete StandaloneActivity from M (DO NOT MERGE)
* | | | | | | | | | | | | | | | | | | | | | | | | DocumentsUI: Expose appbar elevation value.Dave Kover2016-02-082-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A theme might want their action bars to not have an elevation, so expose the elevation to a value that can be overridden. Change-Id: I937a685d748cf41ade6eb32dd1625e16b75455c5 Ticket: CYNGNOS-1870
* | | | | | | | | | | | | | | | | | | | | | | | | Automatic translation importMichael Bestas2015-12-256-0/+292
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I96f3c5a41d3c52473c161aaf2c97d821caa99bb9
* | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'android-6.0.1_r3' of ↵Steve Kondik2015-12-074-4/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://android.googlesource.com/platform/frameworks/base into cm-13.0 Android 6.0.1 release 3 Change-Id: I59b9e5a943e0860d43bcfb36ee0e8b8b072412ea
| * | | | | | | | | | | | | | | | | | | | | | | | | Block directory selection in openable modes.Jeff Sharkey2015-11-091-1/+16
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When picking documents to return to apps requesting CATEGORY_OPENABLE we can't let the user select directories. Bug: 25455200 Change-Id: I8076883ee5b019eab4d2adb841952865f21e413e
| * | | | | | | | | | | | | | | | | | | | | | | | Add locking when mutating RecentTasks.Jeff Sharkey2015-10-191-2/+12
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise there is a really rare race condition where we try tearing down the tasks while we're still setting them up. Bug: 25078914 Change-Id: Icf89241f9abec3fadc8606cfb4fbc029bbe91515
| * | | | | | | | | | | | | | | | | | | | | | | Hold wake-lock during copy operations.Jeff Sharkey2015-10-022-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the CPU goes to sleep during the copy, certain devices will collapse the USB OTG power domain, which can cause user data loss. Bug: 24574575 Change-Id: I8e26caac8784490d2dee324b38e6085cd55eb8bb
* | | | | | | | | | | | | | | | | | | | | | | | Revert "Themes: Expose "ALL" layouts hard code in frameworks base for themes"Steve Kondik2015-12-053-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Many apps which display listviews crash with this change. Reverting for now. This reverts commit e6458a3380b36ab0e3538159e854b7f815a838f3. Change-Id: Icc4d0ee18c708a5692db0b20f7b6b2084d8dd43b
* | | | | | | | | | | | | | | | | | | | | | | | Themes: Expose "ALL" layouts hard code in frameworks base for themesBryan Owens2015-12-043-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exposing all the hard coded layout colors in the enitre base so themes can have access. Change-Id: I4bc88573d0d7e41fc80d1580ab4e012f48c442d3 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>