Loading flags.aconfig +0 −8 Original line number Diff line number Diff line Loading @@ -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" 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 Loading
flags.aconfig +0 −8 Original line number Diff line number Diff line Loading @@ -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" 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