Merge pull request #757 from rilaby/master

Checkbox element made passive in MapLayer selection menu to avoid bug wi...
This commit is contained in:
vshcherb 2014-07-17 11:02:50 +02:00
commit e0f6f82de2
2 changed files with 3 additions and 1 deletions

View file

@ -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>

View file

@ -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>