Skip to content
Snippets Groups Projects
Commit 61f7b9b0 authored by Aleksandar Stefanović's avatar Aleksandar Stefanović
Browse files

Fixed overlapping views in Merge Requests fragment

parent f524fb7f
No related branches found
No related tags found
1 merge request!15Added "open/closed message" to issue list item (#162)
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/root"
android:layout_width="match_parent"
Loading
Loading
@@ -9,7 +9,8 @@
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
android:id="@+id/swipe_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="0dp"
android:layout_weight="1">
 
<android.support.v7.widget.RecyclerView
android:id="@+id/list"
Loading
Loading
@@ -26,4 +27,4 @@
 
<include layout="@layout/progress_fullscreen" />
 
</FrameLayout>
\ No newline at end of file
</LinearLayout>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment