fix a bunch of lint warnings

This commit is contained in:
dkanada 2021-05-23 22:38:44 +09:00
commit 06c40d3733
25 changed files with 21 additions and 71 deletions

View file

@ -1,4 +1,4 @@
<androidx.percentlayout.widget.PercentFrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/header"
android:layout_width="match_parent"
@ -55,4 +55,4 @@
</LinearLayout>
</androidx.percentlayout.widget.PercentFrameLayout>
</FrameLayout>