1
0
Fork 0

No issue: Remove rounded QAB corners to avoid overlapping web content

master
Emily Kager 2019-07-12 09:28:31 -07:00 committed by Emily Kager
parent 2feddc9bd6
commit 5b10badc00
3 changed files with 3 additions and 6 deletions

View File

@ -6,5 +6,4 @@
android:id="@+id/quick_action_sheet"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:background="@android:color/transparent" />
android:layout_gravity="bottom" />

View File

@ -15,7 +15,7 @@
android:id="@+id/swipeRefresh"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="@dimen/browser_toolbar_height">
android:layout_marginBottom="@dimen/toolbar_and_qab_height">
<mozilla.components.concept.engine.EngineView
android:id="@+id/engineView"
@ -27,7 +27,6 @@
android:id="@+id/nestedScrollQuickAction"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:color/transparent"
app:behavior_hideable="true"
app:behavior_peekHeight="12dp"
app:layout_behavior="org.mozilla.fenix.quickactionsheet.QuickActionSheetBehavior" />

View File

@ -6,8 +6,7 @@
android:id="@+id/quick_action_sheet"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:backgroundTint="?foundation"
android:background="@drawable/rounded_top_corners"
android:background="?foundation"
android:orientation="vertical">
<View