history browser: remove seek bar until gets implemented
This commit is contained in:
parent
ebb97be8c5
commit
782e7939bc
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue