diff --git a/app/src/main/java/com/keylesspalace/tusky/di/NetworkModule.kt b/app/src/main/java/com/keylesspalace/tusky/di/NetworkModule.kt
index 652c61cb..bdbe7049 100644
--- a/app/src/main/java/com/keylesspalace/tusky/di/NetworkModule.kt
+++ b/app/src/main/java/com/keylesspalace/tusky/di/NetworkModule.kt
@@ -77,7 +77,7 @@ class NetworkModule {
.apply {
addInterceptor(InstanceSwitchAuthInterceptor(accountManager))
if (BuildConfig.DEBUG) {
- addInterceptor(HttpLoggingInterceptor().setLevel(HttpLoggingInterceptor.Level.BODY))
+ addInterceptor(HttpLoggingInterceptor().setLevel(HttpLoggingInterceptor.Level.BASIC))
}
}
.build()
diff --git a/app/src/main/res/layout-sw640dp/fragment_timeline_notifications.xml b/app/src/main/res/layout-sw640dp/fragment_timeline_notifications.xml
index bf467a79..e0d0583a 100644
--- a/app/src/main/res/layout-sw640dp/fragment_timeline_notifications.xml
+++ b/app/src/main/res/layout-sw640dp/fragment_timeline_notifications.xml
@@ -6,102 +6,83 @@
android:layout_height="match_parent"
android:background="?attr/tab_page_margin_drawable">
-
-
+ android:layout_height="wrap_content"
+ android:background="?android:colorBackground"
+ app:elevation="0dp"
+ app:layout_behavior="com.keylesspalace.tusky.util.AppBarLayoutNoEmptyScrollBehavior">
-
+ android:orientation="horizontal"
+ app:layout_scrollFlags="scroll|enterAlways">
-
-
-
+ android:layout_weight="1"
+ android:text="@string/notifications_clear"
+ android:textSize="?attr/status_text_medium" />
-
+
-
+
-
-
+
-
+
-
+
-
-
-
+ android:layout_height="match_parent" />
-
-
+
+ android:layout_gravity="center" />
-
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_timeline_notifications.xml b/app/src/main/res/layout/fragment_timeline_notifications.xml
index 48bcd9c3..6f7dfe1d 100644
--- a/app/src/main/res/layout/fragment_timeline_notifications.xml
+++ b/app/src/main/res/layout/fragment_timeline_notifications.xml
@@ -1,102 +1,81 @@
-
-
+ android:layout_height="wrap_content"
+ android:background="?android:colorBackground"
+ app:elevation="0dp"
+ app:layout_behavior="com.keylesspalace.tusky.util.AppBarLayoutNoEmptyScrollBehavior">
-
+ android:orientation="horizontal"
+ app:layout_scrollFlags="scroll|enterAlways">
-
+ android:layout_weight="1"
+ android:text="@string/notifications_clear"
+ android:textSize="?attr/status_text_medium" />
-
+
-
+
-
+
-
-
-
+
-
+
-
-
-
-
-
+ android:layout_height="match_parent" />
-
+
+ android:layout_gravity="center" />
-
\ No newline at end of file
+