Checkbox element made passive in MapLayer selection menu to avoid bug with POI setting button displaying

This commit is contained in:
rila 2014-07-17 10:20:48 +03:00
parent 0d06d93503
commit ebdedde3e2
2 changed files with 3 additions and 1 deletions

View file

@ -48,6 +48,7 @@
android:layout_marginRight="2dip"
android:button="@drawable/ic_btn_wocheckbox"
android:focusable="false"
android:clickable="false"
/>
</LinearLayout>

View file

@ -46,7 +46,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="2dip"
android:focusable="false" />
android:focusable="false"
android:clickable="false"/>
</LinearLayout>
</LinearLayout>