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:
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…
Reference in New Issue
Block a user