mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-31 10:03:46 +00:00
16 lines
591 B
XML
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>
|