Fixed user icon and user banner not displaying after user login. LoginActivity will not show page not found error after login finish.

This commit is contained in:
Alex Ning
2019-02-26 21:56:51 +08:00
parent 8ae7ba334c
commit 9530e1f497
8 changed files with 113 additions and 109 deletions

View File

@@ -15,5 +15,5 @@
android:orderInCategory="1"
android:title="@string/action_search"
android:icon="@drawable/ic_search_white_24dp"
app:showAsAction="always" />
app:showAsAction="ifRoom" />
</menu>