mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-05 20:23:48 +00:00
20 lines
649 B
XML
20 lines
649 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_wheelchair"
|
|
style="@style/PlacePageItemFrame"
|
|
tools:background="#4000FFFF"
|
|
tools:visibility="visible">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv__place_wheelchair"
|
|
style="@style/PlacePageMetadataIcon"
|
|
app:srcCompat="@drawable/ic_wheelchair_white" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv__place_wheelchair"
|
|
style="@style/PlacePageMetadataText"
|
|
tools:text="Wheelchair" />
|
|
</LinearLayout> |