Remove unused attributes. Fix loading images using GlideImageGetter after the activity is destroyed.

This commit is contained in:
Alex Ning
2020-04-18 11:34:43 +08:00
parent 372acf4cf4
commit bde2220d91
56 changed files with 45 additions and 395 deletions

View File

@@ -4,14 +4,12 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/backgroundColor"
tools:application="ml.docilealligator.infinityforreddit.Activity.LoginActivity">
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appbar_layout_login_activity"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/toolbarAndTabBackgroundColor"
android:theme="@style/AppTheme.AppBarOverlay">
<androidx.appcompat.widget.Toolbar