当我在片段布局中的任意位置单击时,转到单击的主活动按钮,如何删除片段中的此透明度。
CCCADCADBCBCCB
答案 0 :(得分:0)
我之前遇到过此问题,请尝试将此行添加到父布局fragment_blank
例如
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#fff"
android:clickable="true"
android:focusable="true">
<!--other views-->
</LinearLayout>