fixed security of users

This commit is contained in:
IvanaE 2018-10-23 17:16:18 -04:00
parent 4fe5b70d6e
commit 22cfef6b7b
8 changed files with 67 additions and 19 deletions

View file

@ -63,5 +63,13 @@
android:background="@drawable/customborder"
android:textSize="20sp"
app:fontFamily="@font/julius_sans_one" />
<Button
android:id="@+id/LogOut"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:onClick="LogOut"
android:text="Logout"
android:theme="@style/AppTheme.Button" />
</LinearLayout>