mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-31 18:13:44 +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
11 lines
428 B
XML
11 lines
428 B
XML
<CheckedTextView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
style="@style/MwmWidget.TextView.Item"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:minHeight="@dimen/height_item_oneline"
|
|
android:checkMark="?android:attr/listChoiceIndicatorSingle"
|
|
android:minLines="3"
|
|
tools:text="/storage/mnt/"/>
|