Fix linting issue in login activity

This commit is contained in:
Reinhard Prechtl 2021-06-25 13:39:02 +02:00
parent b380639143
commit cfc568eba0
No known key found for this signature in database
GPG Key ID: C8C9457DF795C096
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
android:layout_marginBottom="32dp"
android:contentDescription="@string/alt_app_logo"
android:src="@drawable/otter"
android:tint="@android:color/white" />
app:tint="@android:color/white" />
<TextView
android:layout_width="match_parent"
@ -129,4 +129,4 @@
android:textColor="@color/whiteWhileLight" />
</LinearLayout>
</ScrollView>
</ScrollView>