summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/fragment_pagination.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/fragment_pagination.xml')
-rw-r--r--app/src/main/res/layout/fragment_pagination.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/app/src/main/res/layout/fragment_pagination.xml b/app/src/main/res/layout/fragment_pagination.xml
index ad96c5677..f26f23cef 100644
--- a/app/src/main/res/layout/fragment_pagination.xml
+++ b/app/src/main/res/layout/fragment_pagination.xml
@@ -17,6 +17,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_height="match_parent">
<!-- Listview status -->
@@ -55,8 +56,7 @@
android:gravity="center"
android:padding="10dp"
android:text="@string/no_status"
- android:textSize="20sp"
- android:typeface="serif" />
+ android:textSize="20sp" />
</RelativeLayout>
<!-- Main Loader -->
@@ -93,4 +93,17 @@
</RelativeLayout>
+ <com.google.android.material.floatingactionbutton.FloatingActionButton
+ android:id="@+id/add_action"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_alignParentEnd="true"
+ android:layout_alignParentBottom="true"
+ android:layout_margin="@dimen/fab_margin"
+ android:contentDescription="@string/create_domain_block"
+ android:src="@drawable/ic_baseline_add_24"
+ android:visibility="gone"
+ app:backgroundTint="@color/cyanea_accent_dark_reference"
+ app:layout_constraintBottom_toBottomOf="parent"
+ app:layout_constraintEnd_toEndOf="parent" />
</RelativeLayout>