Add custom theme entries for read posts. Fix crash in ViewUserDetailActivity.

This commit is contained in:
Alex Ning
2020-12-09 00:29:22 +08:00
parent 7cf90856d6
commit b38025882d
7 changed files with 47 additions and 5 deletions

View File

@@ -173,7 +173,7 @@
</com.google.android.material.appbar.AppBarLayout>
<include
layout="@layout/bottom_app_bar_other_activities"
layout="@layout/bottom_app_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom" />

View File

@@ -140,7 +140,7 @@
</com.google.android.material.appbar.AppBarLayout>
<include
layout="@layout/bottom_app_bar_other_activities"
layout="@layout/bottom_app_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom" />

View File

@@ -52,7 +52,7 @@
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
<include
layout="@layout/bottom_app_bar_other_activities"
layout="@layout/bottom_app_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom" />