Fix crash related to missing view id
This commit is contained in:
parent
d5c9bcaec9
commit
ece6844444
@ -105,7 +105,7 @@
|
|||||||
|
|
||||||
<!--TODO: See CheckableImageButton-->
|
<!--TODO: See CheckableImageButton-->
|
||||||
<CheckBox
|
<CheckBox
|
||||||
android:id="@id/vibrate"
|
android:id="@+id/vibrate"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:text="Vibrate"/>
|
android:text="Vibrate"/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user