我的应用程序通过 jellybean 更新工作正常,除了登录按钮是不可见的......可点击......但你只是看不到它。
这是按钮代码
<Button
android:id="@+id/login_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/signin"
android:text="" />
我不知道是否有一些我们应该做按钮图像的新方法或者我刚刚错过的东西。