Files
comaps/android/app/src/main/res/layout/bottom_sheet_handle.xml
2025-06-12 15:24:00 +02:00

16 lines
591 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<com.google.android.material.imageview.ShapeableImageView
android:layout_width="match_parent"
android:layout_height="4dp"
android:layout_marginTop="@dimen/margin_quarter"
android:layout_marginBottom="@dimen/margin_half"
app:srcCompat="@drawable/bottom_sheet_handle"
app:tint="?colorControlHighlight" />
</LinearLayout>