Files
comaps/android/app/src/main/res/layout/place_page_level.xml
Alexander Borsuk 220def168d [android] Removed unused android:tag
Signed-off-by: Alexander Borsuk <me@alex.bio>
2025-05-29 09:49:07 +02:00

21 lines
670 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_level"
style="@style/PlacePageItemFrame"
tools:background="#4000FFFF"
tools:visibility="visible">
<ImageView
android:id="@+id/iv__place_level"
style="@style/PlacePageMetadataIcon"
app:srcCompat="@drawable/ic_level_white" />
<TextView
android:id="@+id/tv__place_level"
android:textAlignment="viewStart"
style="@style/PlacePageMetadataText"
tools:text="@string/level" />
</LinearLayout>