Minor cleanup

This commit is contained in:
Jobobby04 2022-12-01 14:23:35 -05:00
parent 51c5f29b25
commit 6579dddd87
2 changed files with 5 additions and 6 deletions

View File

@ -150,7 +150,7 @@ fun EhLoginWebViewScreen(
Box(
Modifier
.fillMaxSize()
.background(Color(0xb5000000))
.background(Color(0xb5000000)),
) {
Dialog(onDismissRequest = { showAdvancedOptions = false }) {
fun loadUrl(url: String) {

View File

@ -7,7 +7,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.google.android.material.appbar.AppBarLayout
<com.google.android.material.appbar.TachiyomiAppBarLayout
android:id="@+id/appbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -15,14 +15,13 @@
android:layout_alignParentTop="true"
app:elevation="0dp">
<androidx.appcompat.widget.Toolbar
<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:theme="?attr/actionBarTheme"/>
android:theme="?attr/actionBarTheme" />
</com.google.android.material.appbar.AppBarLayout>
</com.google.android.material.appbar.TachiyomiAppBarLayout>
<WebView
android:id="@+id/webview"