v3 extra updating and cleanup

This commit is contained in:
2020-09-03 19:47:53 -04:00
parent 96c0c80474
commit 44d3d45198
77 changed files with 200 additions and 135 deletions

View File

@@ -4,8 +4,8 @@
<facet type="android-gradle" name="Android-Gradle">
<configuration>
<option name="GRADLE_PROJECT_PATH" value=":app" />
<option name="LAST_SUCCESSFUL_SYNC_AGP_VERSION" value="4.0.0" />
<option name="LAST_KNOWN_AGP_VERSION" value="4.0.0" />
<option name="LAST_SUCCESSFUL_SYNC_AGP_VERSION" value="4.0.1" />
<option name="LAST_KNOWN_AGP_VERSION" value="4.0.1" />
</configuration>
</facet>
<facet type="android" name="Android">

View File

@@ -30,7 +30,13 @@
android:layout_gravity="bottom"
android:orientation="vertical"
android:padding="16dp">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textColor="#423E3E"
android:gravity="center"
android:textSize="13dp"
android:text="v2.0" />
<TextView
android:id="@+id/logout"
android:layout_width="match_parent"