summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2019-03-31 19:10:31 +0200
committertom79 <tschneider.ac@gmail.com>2019-03-31 19:10:31 +0200
commitddf156144a911fb6ec8f72edccd432473b178e75 (patch)
treecfc49e49b84732b5bd1d271d5c68c340acda6fe1 /app/src/main/res/layout
parent0b58fba5dcd19d4101c38c0df71b3f930c307d8d (diff)
Some improvements
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/activity_search_result_tabs.xml30
-rw-r--r--app/src/main/res/layout/fragment_search_tag.xml3
2 files changed, 1 insertions, 32 deletions
diff --git a/app/src/main/res/layout/activity_search_result_tabs.xml b/app/src/main/res/layout/activity_search_result_tabs.xml
index aee160098..9f4ce57c5 100644
--- a/app/src/main/res/layout/activity_search_result_tabs.xml
+++ b/app/src/main/res/layout/activity_search_result_tabs.xml
@@ -22,7 +22,6 @@
android:layout_height="match_parent"
android:paddingLeft="@dimen/fab_margin"
android:paddingRight="@dimen/fab_margin"
- android:paddingTop="@dimen/activity_vertical_margin"
android:orientation="vertical">
<android.support.design.widget.TabLayout
android:id="@+id/search_tabLayout"
@@ -39,33 +38,4 @@
android:layout_height="wrap_content"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
/>
- <RelativeLayout
- android:id="@+id/no_result"
- android:visibility="gone"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:padding="10dp"
- android:gravity="center"
- android:textSize="25sp"
- android:layout_gravity="center"
- android:textStyle="italic|bold"
- android:typeface="serif"
- android:text="@string/no_result"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
- </RelativeLayout>
- <!-- Main Loader -->
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/loader"
- android:visibility="gone"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:gravity="center"
- >
- <ProgressBar
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:indeterminate="true" />
- </RelativeLayout>
</LinearLayout> \ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_search_tag.xml b/app/src/main/res/layout/fragment_search_tag.xml
index b591e9d7f..644c98561 100644
--- a/app/src/main/res/layout/fragment_search_tag.xml
+++ b/app/src/main/res/layout/fragment_search_tag.xml
@@ -41,7 +41,6 @@
<TextView
android:id="@+id/no_action_text"
android:padding="10dp"
- android:layout_centerInParent="true"
android:gravity="center"
android:textSize="25sp"
android:layout_gravity="center"
@@ -49,7 +48,7 @@
android:typeface="serif"
android:text="@string/no_result"
android:layout_width="match_parent"
- android:layout_height="wrap_content" />
+ android:layout_height="match_parent" />
</RelativeLayout>
<!-- Main Loader -->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"