mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
No issue: Remove rounded QAB corners to avoid overlapping web content
This commit is contained in:
parent
2feddc9bd6
commit
5b10badc00
@ -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" />
|
||||
|
@ -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" />
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user