mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-05 21:20:45 +00:00
This commit is contained in:
parent
5216560904
commit
291a29b334
@ -12,8 +12,8 @@
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/favicon_wrapper"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:padding="4dp"
|
||||
android:background="@drawable/top_sites_background"
|
||||
app:layout_constraintBottom_toTopOf="@id/top_site_title"
|
||||
@ -23,11 +23,12 @@
|
||||
app:layout_constraintTop_toTopOf="parent">
|
||||
<ImageView
|
||||
android:id="@+id/favicon_image"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_gravity="center"
|
||||
android:adjustViewBounds="true"
|
||||
android:importantForAccessibility="no"
|
||||
android:scaleType="centerInside" />
|
||||
android:scaleType="fitCenter" />
|
||||
</FrameLayout>
|
||||
|
||||
<TextView
|
||||
|
@ -103,7 +103,7 @@
|
||||
<color name="scrimStart_dark_theme">#F520123A</color>
|
||||
<color name="scrimEnd_dark_theme">#F515141A</color>
|
||||
<color name="top_site_background_dark_theme">@color/dark_grey_50</color>
|
||||
<color name="top_site_border_dark_theme">@color/dark_grey_50</color>
|
||||
<color name="top_site_border_dark_theme">@color/dark_grey_10</color>
|
||||
<color name="top_site_title_text_dark_theme">@color/light_grey_90</color>
|
||||
<color name="collection_icon_color_violet_dark_theme">#AB71FF</color>
|
||||
<color name="collection_icon_color_blue_dark_theme">#00B3F4</color>
|
||||
|
Loading…
Reference in New Issue
Block a user