summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/new_episodes_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/new_episodes_fragment.xml')
-rw-r--r--app/src/main/res/layout/new_episodes_fragment.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/app/src/main/res/layout/new_episodes_fragment.xml b/app/src/main/res/layout/new_episodes_fragment.xml
index c09a1cdf3..19db02f1d 100644
--- a/app/src/main/res/layout/new_episodes_fragment.xml
+++ b/app/src/main/res/layout/new_episodes_fragment.xml
@@ -2,6 +2,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:dslv="http://schemas.android.com/apk/res-auto"
+ xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -25,7 +26,8 @@
dslv:sort_enabled="false"
dslv:track_drag_sort="false"
dslv:float_background_color="?attr/dragview_float_background"
- dslv:use_default_controller="true"/>
+ dslv:use_default_controller="true"
+ tools:background="@android:color/holo_green_dark"/>
<TextView
android:id="@id/android:empty"
@@ -41,6 +43,10 @@
android:layout_height="wrap_content"
android:layout_gravity="center"
android:indeterminateOnly="true"
- android:visibility="gone"/>
+ android:visibility="gone"
+ tools:visibility="visible"
+ tools:layout_width="match_parent"
+ tools:layout_height="64dp"
+ tools:background="@android:color/holo_red_light"/>
</FrameLayout> \ No newline at end of file