history browser: remove seek bar until gets implemented

This commit is contained in:
Milos Kozak 2018-07-17 23:00:45 +02:00
parent ebb97be8c5
commit 782e7939bc

View file

@ -113,7 +113,8 @@
<SeekBar
android:id="@+id/historybrowse_seekBar"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:visibility="gone"/>
</LinearLayout>