Loading Android.bp +2 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,6 @@ android_app { optimize: { proguard_flags_files: ["proguard.cfg"], }, sdk_version: "system_current", product_specific: true, privileged: true, required: ["privapp_whitelist_com.android.settings.intelligence"], Loading @@ -30,6 +29,7 @@ android_app { "androidx.preference_preference", "androidx.recyclerview_recyclerview", "androidx.legacy_legacy-preference-v14", "org.lineageos.platform.sdk", ], resource_dirs: ["res"], srcs: [ Loading @@ -39,4 +39,5 @@ android_app { proto: { type: "nano", }, platform_apis: true, } res/layout/search_intent_item.xml +0 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ android:paddingTop="16dp" android:paddingBottom="16dp" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:background="?android:attr/selectableItemBackground" android:clipToPadding="false"> <include layout="@layout/search_icon_view"/> Loading res/layout/search_panel.xml +0 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,6 @@ android:id="@+id/search_toolbar" android:layout_width="match_parent" android:layout_height="@dimen/search_bar_height" android:background="?android:attr/selectableItemBackground" android:contentInsetStart="0dp" android:contentInsetStartWithNavigation="0dp" android:theme="?android:attr/actionBarTheme"> Loading res/layout/search_saved_query_item.xml +0 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:background="?android:attr/selectableItemBackground" android:minHeight="?android:attr/listPreferredItemHeight" android:gravity="center_vertical"> Loading res/values-night/colors.xml→res/values-night/bools.xml +1 −1 Original line number Diff line number Diff line Loading @@ -15,5 +15,5 @@ --> <resources> <color name="search_panel_background">@*android:color/material_grey_800</color> <bool name="is_in_light_mode">false</bool> </resources> Loading
Android.bp +2 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,6 @@ android_app { optimize: { proguard_flags_files: ["proguard.cfg"], }, sdk_version: "system_current", product_specific: true, privileged: true, required: ["privapp_whitelist_com.android.settings.intelligence"], Loading @@ -30,6 +29,7 @@ android_app { "androidx.preference_preference", "androidx.recyclerview_recyclerview", "androidx.legacy_legacy-preference-v14", "org.lineageos.platform.sdk", ], resource_dirs: ["res"], srcs: [ Loading @@ -39,4 +39,5 @@ android_app { proto: { type: "nano", }, platform_apis: true, }
res/layout/search_intent_item.xml +0 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ android:paddingTop="16dp" android:paddingBottom="16dp" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:background="?android:attr/selectableItemBackground" android:clipToPadding="false"> <include layout="@layout/search_icon_view"/> Loading
res/layout/search_panel.xml +0 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,6 @@ android:id="@+id/search_toolbar" android:layout_width="match_parent" android:layout_height="@dimen/search_bar_height" android:background="?android:attr/selectableItemBackground" android:contentInsetStart="0dp" android:contentInsetStartWithNavigation="0dp" android:theme="?android:attr/actionBarTheme"> Loading
res/layout/search_saved_query_item.xml +0 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:background="?android:attr/selectableItemBackground" android:minHeight="?android:attr/listPreferredItemHeight" android:gravity="center_vertical"> Loading
res/values-night/colors.xml→res/values-night/bools.xml +1 −1 Original line number Diff line number Diff line Loading @@ -15,5 +15,5 @@ --> <resources> <color name="search_panel_background">@*android:color/material_grey_800</color> <bool name="is_in_light_mode">false</bool> </resources>