fix(wallet): reduce space between url bar icons
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
android:layout_height="wrap_content" >
|
||||
|
||||
<FrameLayout android:id="@+id/brave_wallet_button_layout"
|
||||
android:layout_width="@dimen/toolbar_button_width"
|
||||
android:layout_width="45dp"
|
||||
android:orientation="vertical"
|
||||
android:background="@drawable/modern_toolbar_background_grey_end_segment"
|
||||
android:layout_marginTop="8dp"
|
||||
@@ -57,7 +57,7 @@
|
||||
</FrameLayout>
|
||||
|
||||
<FrameLayout android:id="@+id/brave_shields_button_layout"
|
||||
android:layout_width="@dimen/toolbar_button_width"
|
||||
android:layout_width="45dp"
|
||||
android:orientation="vertical"
|
||||
android:background="@drawable/modern_toolbar_background_grey_end_segment"
|
||||
android:layout_marginTop="8dp"
|
||||
@@ -101,7 +101,7 @@
|
||||
</FrameLayout>
|
||||
|
||||
<FrameLayout android:id="@+id/brave_rewards_button_layout"
|
||||
android:layout_width="@dimen/toolbar_button_width"
|
||||
android:layout_width="45dp"
|
||||
android:orientation="vertical"
|
||||
android:layout_marginTop="8dp"
|
||||
android:background="@drawable/modern_toolbar_background_grey_end_segment"
|
||||
|
||||
Reference in New Issue
Block a user