[fenix] For https://github.com/mozilla-mobile/fenix/issues/19886 - Add right arrowheader to tracking protection navigators

pull/600/head
Gabriel Luong 3 years ago committed by Arturo Mejia
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…
Cancel
Save