summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2015-05-07 18:21:28 -0700
committerWinson Chung <winsonc@google.com>2015-05-08 01:26:24 +0000
commitde34aa401e08abe10027af208d5d6b339f4c4895 (patch)
treed8003775e159c23c52b8918d47ce59c2f17ad2ff /res
parentf50c12788c1ebbd28e9bc45575601540983c6562 (diff)
downloadandroid_packages_apps_Trebuchet-de34aa401e08abe10027af208d5d6b339f4c4895.tar.gz
android_packages_apps_Trebuchet-de34aa401e08abe10027af208d5d6b339f4c4895.tar.bz2
android_packages_apps_Trebuchet-de34aa401e08abe10027af208d5d6b339f4c4895.zip
Updating sticky headers.
- The whole section's headers are drawn together, moving as a group until it reaches the individual bounds for each letter in the section - Adding animation to search button -> field transition - Fixing section header text measuring causing sections not to be centered - Forcing the merge to stop if an app has > 3 full rows; on both phone and tablet, merging a large section with anything else seems to be less useful
Diffstat (limited to 'res')
-rw-r--r--res/layout/apps_list_view.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/apps_list_view.xml b/res/layout/apps_list_view.xml
index e29cac5e1..a726cd8fe 100644
--- a/res/layout/apps_list_view.xml
+++ b/res/layout/apps_list_view.xml
@@ -43,7 +43,7 @@
android:paddingBottom="12dp"
android:contentDescription="@string/all_apps_button_label"
android:src="@drawable/ic_arrow_back_grey" />
- <EditText
+ <com.android.launcher3.AppsContainerSearchEditTextView
android:id="@+id/app_search_box"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -59,6 +59,7 @@
android:textColor="#4c4c4c"
android:textColorHint="#9c9c9c"
android:imeOptions="actionDone|flagNoExtractUi"
+ android:focusableInTouchMode="true"
android:background="@android:color/transparent" />
</LinearLayout>
<ImageView