Revert to using Toolbar for navigation.

This commit is contained in:
2020-12-13 16:30:10 +01:00
parent b0c4b010a2
commit 584c6869b5
2 changed files with 10 additions and 23 deletions

View File

@ -1,23 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:background="@android:color/black"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/backButton"
style="?android:borderlessButtonStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:clickable="true"
app:background="@android:color/transparent"
app:backgroundTint="@null"
app:rippleColor="@null"
app:srcCompat="?attr/homeAsUpIndicator" />
<WebView
android:id="@+id/webcontent"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent" >
</WebView>
</androidx.coordinatorlayout.widget.CoordinatorLayout>