2016-12-01 2 views

Répondre

2

Vous pouvez faire une chose pour cela.

<RelativeLayout 
    android:layout_width="match_parent" 
    android:layout_height="match_parent"> 

<SegmentedButton 
    android:id="@+id/login_fragment" 
    android:layout_width="match_parent" 
    android:layout_height="match_parent" 
    android:clickable="false" 
    /> 

<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" 
    android:clickable="true"/> 

</RelativeLayout> 

Hope this vous aide .. :)