Questions tagged [gradientdrawable]

32 questions
-1
votes
1 answer

Android GradientDrawable Looks Different on Layout Editor Preview

Why are the gradients looking different in Android Studio preview and in an actual Android device? Here are the screenshots: In Android Studio In my Android phone This is the drawable/btn_background.xml file:
Puspam
  • 2,137
  • 2
  • 12
  • 35
-1
votes
1 answer

GradientDrawable with OVAL shape not working inside programatically added Text View

I have programmatically added Text View and Button. Code final TextView test = new…
Jay Rathod
  • 11,131
  • 6
  • 34
  • 58
1 2
3