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

Commit 414c9494 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 13104745 from f19c8fea to 25Q2-release

Change-Id: Ifcf52f4a38a7cafe7e7cf4dd65585cf40ce473b7
parents 416c788b f19c8fea
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -9,14 +9,6 @@ flag {
    is_fixed_read_only: true
}

flag {
    name: "use_search_v2"
    namespace: "documentsui"
    description: "Enables the next generation search functionality."
    bug: "378590312"
    is_fixed_read_only: true
}

flag {
    name: "use_search_v2_rw"
    namespace: "documentsui"
+3 −1
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@
  -->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_selected="true" android:color="?attr/colorOnPrimary" />
    <item
        android:color="?attr/colorOnPrimaryContainer"
        android:state_selected="true" />
    <item android:color="?attr/colorOnSurface" />
</selector>
+3 −1
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@
  -->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_selected="true" android:color="?attr/colorOnPrimary" />
    <item
        android:color="?attr/colorOnPrimaryContainer"
        android:state_selected="true" />
    <item android:color="?attr/colorOnSurfaceVariant" />
</selector>
+5 −4
Original line number Diff line number Diff line
@@ -17,8 +17,9 @@

    <solid android:color="?android:attr/colorBackground" />

    <corners android:topLeftRadius="@dimen/grid_item_radius"
             android:topRightRadius="@dimen/grid_item_radius"
    <corners
        android:topLeftRadius="@dimen/bottom_sheet_dialog_radius"
        android:topRightRadius="@dimen/bottom_sheet_dialog_radius"
        android:bottomLeftRadius="0dp"
        android:bottomRightRadius="0dp"/>

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
     limitations under the License.
-->

<!-- Use @color/list_item_selected_background_color instead of the "?attr/colorPrimary"
<!-- Use @color/list_item_selected_background_color instead of the "?attr/colorPrimaryContainer"
     because the variable is exposed in overlayable.xml. -->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <!-- selected -->
Loading