pandorapan/video/src/main/res/layout/layout_range_slider.xml
18142669586 a02f7b2e22 1
2024-02-23 16:07:50 +08:00

24 lines
809 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="50dp"
android:orientation="horizontal">
<ImageView
android:id="@+id/iv_start_view"
android:layout_width="10dp"
android:layout_height="match_parent"
android:background="@drawable/icon_video_music_edit_left"/>
<View
android:id="@+id/middle_view"
android:layout_width="1px"
android:layout_height="wrap_content"/>
<ImageView
android:id="@+id/iv_end_view"
android:layout_width="10dp"
android:layout_height="match_parent"
android:background="@drawable/icon_video_music_edit_right"/>
</LinearLayout>