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

Commit b35c48b1 authored by Wenbo Jie's avatar Wenbo Jie
Browse files

[DocsUI M3] update M3 acronym in the code to use_material3

Bug: 373720657
Test: m DocumentsUIGoogle && manual inspection
Flag: com.android.documentsui.flags.use_material3
Change-Id: I50d5c01a7427f594fc067461c5409d8434241b90
parent 725f07ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
     limitations under the License.
-->

<!-- TODO(b/379776735): remove this file after M3 uplift -->
<!-- TODO(b/379776735): remove this file after use_material3 flag is launched. -->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_enabled="false"
        android:alpha="@dimen/root_icon_disabled_alpha"
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
  limitations under the License.
  -->

<!-- TODO(b/379776735): remove this file after M3 uplift -->
<!-- TODO(b/379776735): remove this file after use_material3 flag is launched. -->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <!-- Selected. -->
    <item android:state_pressed="true" android:state_selected="true"
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
  limitations under the License.
  -->

<!-- TODO(b/379776735): remove this file after M3 uplift -->
<!-- TODO(b/379776735): remove this file after use_material3 flag is launched. -->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_selected="true" android:color="@color/search_chip_text_selected_color"/>
    <item android:state_enabled="true" android:color="?android:textColorSecondary"/>
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
     limitations under the License.
-->

<!-- TODO(b/379776735): remove this file after M3 uplift -->
<!-- TODO(b/379776735): remove this file after use_material3 flag is launched. -->
<!-- Variant of progress_indeterminate_horizontal_material in frameworks/base/core/res, which
     draws the whole height of the progress bar instead having blank space above and below the
     bar. -->
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
    limitations under the License.
  -->

<!-- TODO(b/379776735): remove this file after M3 uplift -->
<!-- TODO(b/379776735): remove this file after use_material3 flag is launched. -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item
        android:top="-1dp"
Loading