Show downloaded only banner in all views

This commit is contained in:
arkon
2020-10-03 10:48:53 -04:00
parent 4b78ff324d
commit 7194f65203
4 changed files with 23 additions and 22 deletions
@@ -10,24 +10,6 @@
android:layout_height="match_parent"
android:orientation="vertical">
<FrameLayout
android:id="@+id/downloaded_only"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/green"
android:visibility="gone"
tools:visibility="visible">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:padding="4dp"
android:text="@string/label_downloaded_only"
android:textColor="@color/md_white_1000" />
</FrameLayout>
<Button
android:id="@+id/btn_global_search"
style="@style/Theme.Widget.Button"