mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23947 - Inline @color/toolbar_menu_transparent
This commit is contained in:
parent
512a75eef2
commit
cf5705e234
@ -105,7 +105,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:background="@color/toolbar_menu_transparent"
|
||||
android:background="@android:color/transparent"
|
||||
android:text="@string/inactive_tabs_survey_send_button"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
@ -353,7 +353,4 @@
|
||||
|
||||
<!-- App Spinners colors -->
|
||||
<color name="spinner_selected_item">#1415141A</color>
|
||||
|
||||
<!-- Toolbar menu icon colors -->
|
||||
<color name="toolbar_menu_transparent">@android:color/transparent</color>
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user