Exodus-Privacy / exodus-android-app

εxodus Android application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace relative layout with constraint layout

Jean-BaptisteC opened this issue · comments

To build a view with relative layout Android doing two measure. To improve performance of app we can use constraint layout.
https://github.com/Exodus-Privacy/exodus-android-app/blob/master/app/src/main/res/layout/recycler_view_tracker_item.xml

Hi, I can this issue be assigned to me?