diff --git a/app/src/main/java/com/duckduckgo/app/tabs/ui/TabGridItemDecorator.kt b/app/src/main/java/com/duckduckgo/app/tabs/ui/TabGridItemDecorator.kt index e74835bf3fa0..de795d8cd5f6 100644 --- a/app/src/main/java/com/duckduckgo/app/tabs/ui/TabGridItemDecorator.kt +++ b/app/src/main/java/com/duckduckgo/app/tabs/ui/TabGridItemDecorator.kt @@ -38,7 +38,7 @@ class TabGridItemDecorator( strokeWidth = BORDER_WIDTH val typedValue = TypedValue() - context.theme.resolveAttribute(CommonR.attr.normalTextColor, typedValue, true) + context.theme.resolveAttribute(CommonR.attr.daxColorBackgroundInverted, typedValue, true) color = ContextCompat.getColor(context, typedValue.resourceId) } diff --git a/app/src/main/res/drawable/ic_close_tab.xml b/app/src/main/res/drawable/ic_close_tab.xml deleted file mode 100644 index bf399cb16b21..000000000000 --- a/app/src/main/res/drawable/ic_close_tab.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - diff --git a/app/src/main/res/layout/activity_tab_switcher.xml b/app/src/main/res/layout/activity_tab_switcher.xml index 60443b4725fa..70e483662624 100644 --- a/app/src/main/res/layout/activity_tab_switcher.xml +++ b/app/src/main/res/layout/activity_tab_switcher.xml @@ -18,7 +18,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?attr/colorPrimaryDark" + android:background="?attr/daxColorBackground" tools:context="com.duckduckgo.app.tabs.ui.TabSwitcherActivity"> diff --git a/app/src/main/res/layout/item_tab.xml b/app/src/main/res/layout/item_tab.xml index e61cfcb180f3..780425e02e63 100644 --- a/app/src/main/res/layout/item_tab.xml +++ b/app/src/main/res/layout/item_tab.xml @@ -21,10 +21,7 @@ android:layout_marginStart="7dp" android:layout_marginTop="6dp" android:layout_marginEnd="7dp" - android:layout_marginBottom="10dp" - app:cardElevation="4dp" - app:cardBackgroundColor="?toolbarBgColor" - app:cardCornerRadius="6dp"> + android:layout_marginBottom="10dp"> - - - - - diff --git a/common-ui/src/main/res/values/attrs.xml b/common-ui/src/main/res/values/attrs.xml index ab634c7edc31..b19e95c8442c 100644 --- a/common-ui/src/main/res/values/attrs.xml +++ b/common-ui/src/main/res/values/attrs.xml @@ -29,9 +29,6 @@ - - - diff --git a/common-ui/src/main/res/values/design-system-theming.xml b/common-ui/src/main/res/values/design-system-theming.xml index a296b7e8f0c1..31ff9b7be8f6 100644 --- a/common-ui/src/main/res/values/design-system-theming.xml +++ b/common-ui/src/main/res/values/design-system-theming.xml @@ -173,9 +173,6 @@ @color/midGray @color/white @color/grayish - @color/white - @color/midnight - @color/coolGray @color/skyBlue @color/white @color/almostBlack @@ -316,9 +313,6 @@ @color/whiteFour @color/almostBlackDark @color/warmerGray - @color/almostBlackDark - @color/almostBlackDark - @color/warmerGray @color/cornflowerBlue @color/warmerGray @color/white