• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

transparent background

  1. S

    Transparent background FAB not allowing interaction/blocking interaction

    Hey all I am trying to figure out why I am unable to interact with the background even though my app has a transparent background? The code below was modified from the official Google Android demos here. Here is the code I am using: class FabTransformationActivity : AppCompatActivity() {...
  2. C

    Set specific color of ImageView drawable to transparent?

    Hi all, I'm very new to Android development, a total beginner. I've done a bunch of Googling but haven't found an answer to this question: (Maybe this has been asked before, I couldn't find it) Is it possible to specify a specific color in an ImageView drawable and not have that color drawn...
  3. M

    Apps how to do button with transparent background

    hello i have an app with a big button in the middle of the screen and it looks like this: and the (coordinator) fragment layout file looks like this: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"...
Back
Top Bottom