mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 20:44:25 +00:00
25 lines
890 B
XML
25 lines
890 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_vk"
|
|
style="@style/PlacePageItemFrame"
|
|
tools:background="#20FF0000"
|
|
tools:visibility="visible">
|
|
|
|
<com.google.android.material.imageview.ShapeableImageView
|
|
android:id="@+id/iv__place_vk"
|
|
style="@style/PlacePageMetadataIcon"
|
|
app:srcCompat="@drawable/ic_vk_white"
|
|
app:tint="?colorAccent"/>
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:id="@+id/tv__place_vk_page"
|
|
android:textAlignment="viewStart"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:textAppearance="@style/MwmTextAppearance.PlacePage.Accent"
|
|
tools:text="@string/vk"/>
|
|
</LinearLayout>
|