android:color="#3983BE00" // Partially transparent sky blue
动态
btn.get背景(). setAlpha(128);//50%透明
tv_name.get背景(). setAlpha(128);//50%透明
Where the INT ranges from 0 (fully transparent) to 255 (fully opaque).
<TextView
style="@style/TextAppearance.AppCompat.Caption"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:alpha="0.38"
android:gravity="start"
android:textStyle="bold"
tools:text="1994|EN" />
android: alpha="0.38"
Text View alpha property set 0.38 to your textView visibility is faid