To keep things simple, you can use the search bar with RelativeLayout, which displays a thermometer image in the background.
, drawbles.
android: rotation = "- 90"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/root_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal">
<RelativeLayout
android:layout_width="632px"
android:layout_height="1300px"
android:layout_below="@+id/rel"
android:layout_gravity="center"
android:background="@drawable/thermometer1">
</RelativeLayout>
<SeekBar
android:layout_width="1052px"
android:layout_height="50dp"
android:layout_marginLeft="136dp"
android:layout_marginRight="12dp"
android:layout_marginTop="338dp"
android:rotation="-90"
/>
</FrameLayout>
:
