2
0
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/21621 - Add 16dp horizontal spacing to the private browsing home description

This commit is contained in:
Mugurell 2021-10-04 13:24:45 +03:00 committed by mergify[bot]
parent 8f6a6d0980
commit 07d08eb655

View File

@ -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"