mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 20:44:25 +00:00
19 lines
720 B
XML
19 lines
720 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout
|
|
android:id="@+id/ll__place_entrance"
|
|
style="@style/PlacePageItemFrame"
|
|
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"
|
|
tools:background="#40FF0000"
|
|
tools:visibility="visible">
|
|
<com.google.android.material.imageview.ShapeableImageView
|
|
style="@style/PlacePageMetadataIcon"
|
|
app:srcCompat="@drawable/ic_entrance"/>
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:id="@+id/tv__place_entrance"
|
|
android:textAlignment="viewStart"
|
|
style="@style/PlacePageMetadataText"
|
|
tools:text="150 - 200"/>
|
|
</LinearLayout> |