隐藏测试按钮

This commit is contained in:
18401019693 2023-12-22 13:36:09 +08:00
parent a5d546d1d1
commit 163ab1c80d
2 changed files with 2 additions and 2 deletions

View File

@ -231,7 +231,7 @@ public class MainHomeCommunityViewHolder extends AbsMainHomeChildViewHolder impl
findViewById(R.id.native_callback).setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
}
});
}//战令等级

View File

@ -22,7 +22,7 @@
android:id="@+id/native_callback"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:visibility="gone"
android:text="nativeCallback" />
</RelativeLayout>