mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19886 - Add right arrowheader to tracking protection navigators
This commit is contained in:
parent
9bb39fe7b3
commit
66192cc136
@ -175,7 +175,6 @@
|
||||
style="@style/QuickSettingsLargeText.Icon"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/tracking_protection_item_height"
|
||||
android:paddingEnd="24dp"
|
||||
android:text="@string/etp_settings"
|
||||
app:drawableStartCompat="@drawable/ic_settings"
|
||||
app:layout_constraintTop_toBottomOf="@id/line_divider" />
|
||||
|
@ -495,6 +495,7 @@
|
||||
|
||||
<style name="QuickSettingsLargeText.Icon">
|
||||
<item name="android:drawablePadding">8dp</item>
|
||||
<item name="drawableEndCompat">@drawable/ic_arrowhead_right</item>
|
||||
</style>
|
||||
|
||||
<style name="QuickSettingsText.Icon">
|
||||
|
Loading…
Reference in New Issue
Block a user