Files
comaps/android/app/src/main/res/layout/place_page_email.xml
2025-08-16 11:04:30 +02:00

24 lines
864 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"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/ll__place_email"
style="@style/PlacePageItemFrame"
tools:background="#200000FF"
tools:visibility="visible">
<com.google.android.material.imageview.ShapeableImageView
android:id="@+id/iv__place_email"
style="@style/PlacePageMetadataIcon"
app:srcCompat="@drawable/ic_email"
app:tint="?colorSecondary" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/tv__place_email"
android:textAlignment="viewStart"
style="@style/PlacePageMetadataText"
android:textAppearance="@style/MwmTextAppearance.PlacePage.Accent"
tools:text="support@comaps.app" />
</LinearLayout>