Files
comaps/android/app/src/main/res/layout/place_page_capacity.xml
2025-07-05 16:01:08 +02:00

21 lines
769 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/ll__place_capacity"
style="@style/PlacePageItemFrame"
tools:background="#4000FFFF"
tools:visibility="visible">
<com.google.android.material.imageview.ShapeableImageView
android:id="@+id/iv__place_capacity"
style="@style/PlacePageMetadataIcon"
app:srcCompat="@drawable/ic_capacity_white" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/tv__place_capacity"
android:textAlignment="viewStart"
style="@style/PlacePageMetadataText"
tools:text="Capacity" />
</LinearLayout>