From 12c57a6a3ea90917785ee1adcce27fe76c68c668 Mon Sep 17 00:00:00 2001 From: Siva Velusamy Date: Tue, 12 Aug 2014 16:21:51 -0700 Subject: navigator: Sorting of nodes Sibling nodes in the navigator view are sorted by their weight, and then by the sort key. This CL provides the appropriate weights and keys for nodes in the Android navigator view. In particular: - Resource Groups and Resource Files should be compared alphabetically. Currently, the groups are all shown at the end. - The Gradle Scripts node is assigned a high enough weight so that it always shows up at the end. Bugs: https://code.google.com/p/android/issues/detail?id=74064 https://code.google.com/p/android/issues/detail?id=74714 Change-Id: Ic4ed3817ac9bc9e398ee826059588df098464523 --- .../navigator/packageview/simple/app/src/main/res/drawable-mdpi/j.png | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 android/testData/projects/navigator/packageview/simple/app/src/main/res/drawable-mdpi/j.png (limited to 'android/testData') diff --git a/android/testData/projects/navigator/packageview/simple/app/src/main/res/drawable-mdpi/j.png b/android/testData/projects/navigator/packageview/simple/app/src/main/res/drawable-mdpi/j.png new file mode 100644 index 00000000000..e69de29bb2d -- cgit v1.2.3