]> git.ktnx.net Git - mobile-ledger-staging.git/blobdiff - app/src/main/res/layout/profile_list.xml
fix many lint errors/warnings
[mobile-ledger-staging.git] / app / src / main / res / layout / profile_list.xml
index ef1d6688866bf57ba0b5d666b4af78120ea8270f..85a714fb4139715f83a9e20abe5f1d11fb7831b7 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
-  ~ Copyright © 2019 Damyan Ivanov.
+  ~ Copyright © 2020 Damyan Ivanov.
   ~ This file is part of MoLe.
   ~ MoLe is free software: you can distribute it and/or modify it
   ~ under the term of the GNU General Public License as published by
 <androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:app="http://schemas.android.com/apk/res-auto"
     xmlns:tools="http://schemas.android.com/tools"
-    android:id="@+id/profile_list"
     android:name="net.ktnx.mobileledger.ui.activity.ProfileListFragment"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     app:layoutManager="LinearLayoutManager"
-    tools:context=".ui.activity.ProfileListActivity"
     tools:listitem="@layout/profile_list_content" />
\ No newline at end of file