[fenix] For https://github.com/mozilla-mobile/fenix/issues/21621 - Add 16dp horizontal spacing to the private browsing home description

pull/600/head
Mugurell 3 years ago committed by mergify[bot]
parent 8f6a6d0980
commit 07d08eb655

@ -9,7 +9,8 @@
android:layout_height="wrap_content"
android:layout_margin="0.5dp"
android:importantForAccessibility="no"
android:orientation="vertical">
android:orientation="vertical"
android:layout_marginHorizontal="@dimen/home_item_horizontal_margin">
<TextView
android:id="@+id/private_session_description"

Loading…
Cancel
Save