Fix org repos layout bug, cleanup layouts and adapters #514

Merged
mmarif merged 5 commits from fix-extra-space into master 2020-05-29 19:30:24 +00:00
2 changed files with 2 additions and 5 deletions
Showing only changes of commit 9a77453321 - Show all commits

View File

@ -15,7 +15,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/primaryBackgroundColor"
android:padding="4dp"
android:scrollbars="vertical" />
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
@ -52,4 +51,4 @@
android:padding="@dimen/fab_padding"
android:contentDescription="@string/addNewContent" />
</RelativeLayout>
</RelativeLayout>

View File

@ -15,9 +15,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentTop="true"
android:layout_marginTop="0dp"
android:orientation="vertical"
android:layout_margin="10dp">
android:layout_margin="15dp">
<ImageView
android:id="@+id/imageAvatar"
@ -92,7 +91,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:orientation="horizontal">
<TextView