OsmAnd/OsmAnd/res/layout/check_item_rel.xml
2020-05-15 14:20:01 +03:00

18 lines
No EOL
656 B
XML

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<androidx.appcompat.widget.AppCompatCheckBox
android:id="@+id/toggle_item"
android:text="@string/osmo_connect_menu"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="3dp"
android:layout_marginRight="3dp"
android:layout_marginTop="3dp"
android:layout_marginBottom="3dp"
android:focusable="false"
android:gravity="center_vertical"
android:layout_marginStart="3dp"
android:layout_marginEnd="3dp" />
</merge>