我的android布局如下:
<RelativeLayout>
<Layout
android:id="@+id/login_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:name="com.test.console.LoginFragment" />
<Layout
android:id="@+id/transperent_fragment"
android:name="com.test.transperentFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/body_texture"
android:alpha="0.2"> />
</RelativeLayout>
如果我触摸透明层,仍然会单击登录按钮。那么如何避免在触摸透明布局后单击登录按钮