发现是XML中的Button抢走了焦点。
在XML中加入
android:focusable="false"就可以点击了
<Button
android:focusable="false"
android:onClick="displayDialog"
android:layout_marginTop="5dp"
android:layout_marginLeft="5dp"
android:textSize="15px"
android:background="@drawable/shape"
android:textStyle="bold"
android:text="加微信好友"
android:layout_width="50dp"