Merge pull request #757 from rilaby/master
Checkbox element made passive in MapLayer selection menu to avoid bug wi...
This commit is contained in:
commit
e0f6f82de2
2 changed files with 3 additions and 1 deletions
|
@ -48,6 +48,7 @@
|
||||||
android:layout_marginRight="2dip"
|
android:layout_marginRight="2dip"
|
||||||
android:button="@drawable/ic_btn_wocheckbox"
|
android:button="@drawable/ic_btn_wocheckbox"
|
||||||
android:focusable="false"
|
android:focusable="false"
|
||||||
|
android:clickable="false"
|
||||||
/>
|
/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,8 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginRight="2dip"
|
android:layout_marginRight="2dip"
|
||||||
android:focusable="false" />
|
android:focusable="false"
|
||||||
|
android:clickable="false"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
Loading…
Reference in a new issue