mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 04:24:29 +00:00
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
20 lines
620 B
XML
20 lines
620 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_wifi"
|
|
style="@style/PlacePageItemFrame"
|
|
tools:background="#40FF0000"
|
|
tools:visibility="visible">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv__place_wifi"
|
|
style="@style/PlacePageMetadataIcon"
|
|
app:srcCompat="@drawable/ic_wifi"/>
|
|
|
|
<TextView
|
|
android:id="@+id/tv__place_wifi"
|
|
style="@style/PlacePageMetadataText"
|
|
android:text="@string/yes"/>
|
|
</LinearLayout> |