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

Commit

Permalink
Fix vertical gap in resize bar (#1917)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro authored and keianhzo committed Oct 7, 2019
1 parent 261d2af commit c5c9cad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/res/drawable/resize_bar_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/asphalt" />
<corners android:radius="20dp"/>
</shape>
1 change: 1 addition & 0 deletions app/src/main/res/layout/navigation_bar_resize.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center"
android:orientation="horizontal"
android:background="@drawable/resize_bar_background"
android:visibility="gone">

<org.mozilla.vrbrowser.ui.views.UITextButton
Expand Down

0 comments on commit c5c9cad

Please sign in to comment.