Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72a35ab7 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

Merge branch '4366-Q-UI_revamp' into 'v1-q'

4366-Q-UI_revamp

See merge request !1
parents da819d42 40149d1f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"],
@@ -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: [
@@ -39,4 +39,5 @@ android_app {
    proto: {
        type: "nano",
    },
    platform_apis: true,
}
+0 −1
Original line number Diff line number Diff line
@@ -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"/>
+0 −1
Original line number Diff line number Diff line
@@ -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">
+0 −1
Original line number Diff line number Diff line
@@ -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">

+1 −1
Original line number Diff line number Diff line
@@ -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