7 lines
720 B
XML
7 lines
720 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<merge
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<ImageView android:src="?ic_volume_mute" android:contentDescription="@string/sample_empty_string" style="@style/UiKit.ImageView" />
|
||
|
<SeekBar android:id="@id/volume_slider_seek_bar" android:layout_width="0.0dip" android:layout_height="wrap_content" android:maxHeight="8.0dip" android:max="100" android:progressDrawable="@drawable/drawable_settings_progress" android:thumb="@drawable/drawable_thumb_white" android:layout_weight="1.0" android:splitTrack="false" />
|
||
|
<ImageView android:src="?ic_volume_up" android:contentDescription="@string/sample_empty_string" style="@style/UiKit.ImageView" />
|
||
|
</merge>
|