Loading res/drawable/ic_allapps_search.xml +1 −1 Original line number Diff line number Diff line Loading @@ -19,6 +19,6 @@ android:viewportHeight="24.0" android:viewportWidth="24.0"> <path android:fillColor="?android:attr/colorAccent" android:fillColor="?android:attr/textColorTertiary" android:pathData="M15.5,14h-0.79l-0.28,-0.27C15.41,12.59 16,11.11 16,9.5 16,5.91 13.09,3 9.5,3S3,5.91 3,9.5 5.91,16 9.5,16c1.61,0 3.09,-0.59 4.23,-1.57l0.27,0.28v0.79l5,4.99L20.49,19l-4.99,-5zM9.5,14C7.01,14 5,11.99 5,9.5S7.01,5 9.5,5 14,7.01 14,9.5 11.99,14 9.5,14z" /> </vector> res/layout/all_apps.xml +2 −4 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2016 The Android Open Source Project <?xml version="1.0" encoding="utf-8"?><!-- Copyright (C) 2016 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. Loading @@ -16,8 +15,7 @@ <!-- The top and bottom paddings are defined in this container, but since we want the list view to span the full width (for touch interception purposes), we will bake the left/right padding into that view's background itself. --> <com.android.launcher3.allapps.LauncherAllAppsContainerView xmlns:android="http://schemas.android.com/apk/res/android" <com.android.launcher3.allapps.LauncherAllAppsContainerView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/apps_view" android:theme="?attr/allAppsTheme" android:layout_width="match_parent" Loading res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ <!-- Search bar text in the apps view. [CHAR_LIMIT=50] --> <string name="all_apps_search_bar_hint">Search apps</string> <!-- Search bar text in the apps view. [CHAR_LIMIT=50] --> <string name="all_apps_on_device_search_bar_hint">Search this phone and more...</string> <string name="all_apps_on_device_search_bar_hint">Search this phone and more…</string> <!-- Loading apps text. [CHAR_LIMIT=50] --> <string name="all_apps_loading_message">Loading apps…</string> <!-- No-search-results text. [CHAR_LIMIT=50] --> Loading src/com/android/launcher3/allapps/AllAppsSectionDecorator.java +2 −2 Original line number Diff line number Diff line Loading @@ -101,8 +101,8 @@ public class AllAppsSectionDecorator extends RecyclerView.ItemDecoration { * Handles grouping and drawing of items in the same all apps sections. */ public static class SectionDecorationHandler { private static final int FILL_ALPHA = (int) (.3f * 255); private static final int FOCUS_ALPHA = (int) (.8f * 255); private static final int FILL_ALPHA = 0; private static final int FOCUS_ALPHA = (int) (.9f * 255); protected RectF mBounds = new RectF(); private final boolean mIsFullWidth; Loading src/com/android/launcher3/views/ScrimView.java +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ import com.android.launcher3.util.Themes; */ public class ScrimView<T extends Launcher> extends View implements Insettable, OnChangeListener { private static final float SCRIM_ALPHA = .75f; private static final float SCRIM_ALPHA = .8f; protected final T mLauncher; private final WallpaperColorInfo mWallpaperColorInfo; protected final int mEndScrim; Loading Loading
res/drawable/ic_allapps_search.xml +1 −1 Original line number Diff line number Diff line Loading @@ -19,6 +19,6 @@ android:viewportHeight="24.0" android:viewportWidth="24.0"> <path android:fillColor="?android:attr/colorAccent" android:fillColor="?android:attr/textColorTertiary" android:pathData="M15.5,14h-0.79l-0.28,-0.27C15.41,12.59 16,11.11 16,9.5 16,5.91 13.09,3 9.5,3S3,5.91 3,9.5 5.91,16 9.5,16c1.61,0 3.09,-0.59 4.23,-1.57l0.27,0.28v0.79l5,4.99L20.49,19l-4.99,-5zM9.5,14C7.01,14 5,11.99 5,9.5S7.01,5 9.5,5 14,7.01 14,9.5 11.99,14 9.5,14z" /> </vector>
res/layout/all_apps.xml +2 −4 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2016 The Android Open Source Project <?xml version="1.0" encoding="utf-8"?><!-- Copyright (C) 2016 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. Loading @@ -16,8 +15,7 @@ <!-- The top and bottom paddings are defined in this container, but since we want the list view to span the full width (for touch interception purposes), we will bake the left/right padding into that view's background itself. --> <com.android.launcher3.allapps.LauncherAllAppsContainerView xmlns:android="http://schemas.android.com/apk/res/android" <com.android.launcher3.allapps.LauncherAllAppsContainerView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/apps_view" android:theme="?attr/allAppsTheme" android:layout_width="match_parent" Loading
res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ <!-- Search bar text in the apps view. [CHAR_LIMIT=50] --> <string name="all_apps_search_bar_hint">Search apps</string> <!-- Search bar text in the apps view. [CHAR_LIMIT=50] --> <string name="all_apps_on_device_search_bar_hint">Search this phone and more...</string> <string name="all_apps_on_device_search_bar_hint">Search this phone and more…</string> <!-- Loading apps text. [CHAR_LIMIT=50] --> <string name="all_apps_loading_message">Loading apps…</string> <!-- No-search-results text. [CHAR_LIMIT=50] --> Loading
src/com/android/launcher3/allapps/AllAppsSectionDecorator.java +2 −2 Original line number Diff line number Diff line Loading @@ -101,8 +101,8 @@ public class AllAppsSectionDecorator extends RecyclerView.ItemDecoration { * Handles grouping and drawing of items in the same all apps sections. */ public static class SectionDecorationHandler { private static final int FILL_ALPHA = (int) (.3f * 255); private static final int FOCUS_ALPHA = (int) (.8f * 255); private static final int FILL_ALPHA = 0; private static final int FOCUS_ALPHA = (int) (.9f * 255); protected RectF mBounds = new RectF(); private final boolean mIsFullWidth; Loading
src/com/android/launcher3/views/ScrimView.java +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ import com.android.launcher3.util.Themes; */ public class ScrimView<T extends Launcher> extends View implements Insettable, OnChangeListener { private static final float SCRIM_ALPHA = .75f; private static final float SCRIM_ALPHA = .8f; protected final T mLauncher; private final WallpaperColorInfo mWallpaperColorInfo; protected final int mEndScrim; Loading