Display a toast to indicate the user to login before voting, replying and commeting.

This commit is contained in:
Alex Ning
2019-08-09 17:15:41 +08:00
parent 1179cb50fa
commit 4c21eea852
7 changed files with 57 additions and 5 deletions

View File

@@ -91,6 +91,7 @@
</LinearLayout>
<View
android:id="@+id/divider_main_activity"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/dividerColor" />

View File

@@ -177,4 +177,5 @@
<string name="manage_accounts">Manage accounts</string>
<string name="log_out">Log out</string>
<string name="press_here_to_login">Press here to login</string>
<string name="login_first">Login first</string>
</resources>