Fix crash related to missing view id

This commit is contained in:
Phillip Hsu 2016-09-21 16:01:07 -07:00
parent d5c9bcaec9
commit ece6844444

View File

@ -105,7 +105,7 @@
<!--TODO: See CheckableImageButton-->
<CheckBox
android:id="@id/vibrate"
android:id="@+id/vibrate"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="Vibrate"/>