diff --git a/app/src/main/res/drawable/top_sites_background.xml b/app/src/main/res/drawable/top_sites_background.xml new file mode 100644 index 000000000..c5ff9918d --- /dev/null +++ b/app/src/main/res/drawable/top_sites_background.xml @@ -0,0 +1,17 @@ + + + + + + + diff --git a/app/src/main/res/layout/top_site_item.xml b/app/src/main/res/layout/top_site_item.xml index 139db8b78..f02af96fd 100644 --- a/app/src/main/res/layout/top_site_item.xml +++ b/app/src/main/res/layout/top_site_item.xml @@ -40,7 +40,7 @@ android:id="@+id/pin_indicator" android:layout_width="16dp" android:layout_height="16dp" - android:elevation="5dp" + android:elevation="7dp" android:translationX="8dp" android:translationY="-8dp" android:visibility="gone" diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index 6e13b1221..c4cc6a4ae 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -81,6 +81,7 @@ #3A3944 #5B5B66 @color/photonViolet50 + @color/dark_grey_90 @color/synced_tabs_separator_dark_theme diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 7d9ada37c..0809ebebf 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -286,6 +286,7 @@ @color/photonLightGrey30 @color/photonLightGrey50 @color/photonInk20 + @color/photonLightGrey30 @color/synced_tabs_separator_light_theme diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index cf9514e28..143fd6b7a 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -605,7 +605,8 @@ @dimen/top_sites_favicon_size fitCenter @dimen/top_sites_favicon_padding - @drawable/mozac_widget_favicon_background + @drawable/top_sites_background + 6dp