Loading res/flag(com.android.documentsui.flags.use_material3)/color/doc_list_item_label_color.xml +3 −1 Original line number Diff line number Diff line Loading @@ -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> res/flag(com.android.documentsui.flags.use_material3)/color/doc_list_item_subtitle_color.xml +3 −1 Original line number Diff line number Diff line Loading @@ -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> res/flag(com.android.documentsui.flags.use_material3)/drawable/bottom_sheet_dialog_background.xml +5 −4 Original line number Diff line number Diff line Loading @@ -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"/> Loading res/flag(com.android.documentsui.flags.use_material3)/drawable/list_item_background.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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 res/flag(com.android.documentsui.flags.use_material3)/values/colors.xml +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ <color name="edge_effect">@android:color/black</color> <color name="list_divider_color">#1f000000</color> <color name="list_item_selected_background_color">?attr/colorPrimary</color> <color name="list_item_selected_background_color">?attr/colorPrimaryContainer</color> <!-- This is used when the app bar is in pinned mode inside the CollapsingToolbarLayout. The code in NavigationViewManager assume the value should be a plain color value so we can't use the theme attribute "?attr/colorSurfaceContainerHigh" (which is a reference) here, hence Loading Loading
res/flag(com.android.documentsui.flags.use_material3)/color/doc_list_item_label_color.xml +3 −1 Original line number Diff line number Diff line Loading @@ -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>
res/flag(com.android.documentsui.flags.use_material3)/color/doc_list_item_subtitle_color.xml +3 −1 Original line number Diff line number Diff line Loading @@ -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>
res/flag(com.android.documentsui.flags.use_material3)/drawable/bottom_sheet_dialog_background.xml +5 −4 Original line number Diff line number Diff line Loading @@ -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"/> Loading
res/flag(com.android.documentsui.flags.use_material3)/drawable/list_item_background.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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
res/flag(com.android.documentsui.flags.use_material3)/values/colors.xml +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ <color name="edge_effect">@android:color/black</color> <color name="list_divider_color">#1f000000</color> <color name="list_item_selected_background_color">?attr/colorPrimary</color> <color name="list_item_selected_background_color">?attr/colorPrimaryContainer</color> <!-- This is used when the app bar is in pinned mode inside the CollapsingToolbarLayout. The code in NavigationViewManager assume the value should be a plain color value so we can't use the theme attribute "?attr/colorSurfaceContainerHigh" (which is a reference) here, hence Loading