]> git.ktnx.net Git - mobile-ledger.git/commitdiff
remove unnecessary id declaration
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 12 Jun 2020 19:55:23 +0000 (19:55 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 12 Jun 2020 19:55:23 +0000 (19:55 +0000)
app/src/main/res/layout/profile_list.xml

index ef1d6688866bf57ba0b5d666b4af78120ea8270f..375df1190c8861f5be6772831410e407e44194f1 100644 (file)
@@ -19,7 +19,6 @@
 <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"