Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit c5c9cad

Browse files
MortimerGorokeianhzo
authored andcommitted
Fix vertical gap in resize bar (#1917)
1 parent 261d2af commit c5c9cad

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
3+
<solid android:color="@color/asphalt" />
4+
<corners android:radius="20dp"/>
5+
</shape>

app/src/main/res/layout/navigation_bar_resize.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
android:layout_height="wrap_content"
88
android:layout_gravity="center"
99
android:orientation="horizontal"
10+
android:background="@drawable/resize_bar_background"
1011
android:visibility="gone">
1112

1213
<org.mozilla.vrbrowser.ui.views.UITextButton

0 commit comments

Comments
 (0)