Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-07-17 11:02:57 +02:00
commit ee5364870f
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>