summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/addfeed.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/addfeed.xml')
-rw-r--r--app/src/main/res/layout/addfeed.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/res/layout/addfeed.xml b/app/src/main/res/layout/addfeed.xml
index 8e2fb99fa..0b6ede087 100644
--- a/app/src/main/res/layout/addfeed.xml
+++ b/app/src/main/res/layout/addfeed.xml
@@ -4,9 +4,10 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:fitsSystemWindows="true"
android:orientation="vertical">
- <androidx.appcompat.widget.Toolbar
+ <com.google.android.material.appbar.MaterialToolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -20,7 +21,7 @@
android:layout_height="wrap_content"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
- app:cardCornerRadius="4dp"
+ app:cardCornerRadius="8dp"
app:cardElevation="4dp">
<LinearLayout