summaryrefslogtreecommitdiffstats
path: root/fmapp2/res/layout/fmradio.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fmapp2/res/layout/fmradio.xml')
-rw-r--r--fmapp2/res/layout/fmradio.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/fmapp2/res/layout/fmradio.xml b/fmapp2/res/layout/fmradio.xml
index 3d13e76..bfbbd11 100644
--- a/fmapp2/res/layout/fmradio.xml
+++ b/fmapp2/res/layout/fmradio.xml
@@ -55,9 +55,11 @@
android:background="@color/picker_background_color"/>
<ImageView
+ android:id="@+id/fm_seeker"
android:src="@drawable/seeker"
android:layout_width="match_parent"
- android:layout_height="match_parent"/>
+ android:layout_height="match_parent"
+ android:visibility="gone"/>
</RelativeLayout>