Fix certification layout
This commit is contained in:
@@ -1,23 +1,17 @@
|
|||||||
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="match_parent"
|
|
||||||
android:fillViewport="true">
|
|
||||||
|
|
||||||
<RelativeLayout
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<view
|
<se.emilsjolander.stickylistheaders.StickyListHeadersListView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
class="se.emilsjolander.stickylistheaders.StickyListHeadersListView"
|
|
||||||
android:id="@+id/list"
|
android:id="@+id/list"
|
||||||
android:paddingRight="32dp"
|
android:fastScrollEnabled="true"
|
||||||
|
android:paddingBottom="16dp"
|
||||||
android:paddingLeft="16dp"
|
android:paddingLeft="16dp"
|
||||||
android:layout_alignParentStart="false"
|
android:paddingRight="32dp"
|
||||||
android:layout_alignParentEnd="false"
|
android:scrollbarStyle="outsideOverlay" />
|
||||||
android:layout_below="@+id/list" />
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
@@ -26,9 +20,7 @@
|
|||||||
android:text="@string/empty_certs"
|
android:text="@string/empty_certs"
|
||||||
android:id="@+id/empty"
|
android:id="@+id/empty"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
android:layout_centerInParent="true"
|
android:gravity="center"
|
||||||
android:paddingBottom="32dp" />
|
android:paddingBottom="32dp" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</FrameLayout>
|
||||||
|
|
||||||
</ScrollView>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user