I want to make Buttons with different transparency levels in android.I have used \"@android:color/transparent\". But it makes the button 100% transparent. I need a
\"@android:color/transparent\"
try adding this to your button android:color="#55000000""
android:color="#55000000""
android:textColor="@color/white" >