Answers for "background color android"

-1

android studio set background color

YourView.setBackgroundColor(Color.argb(255, 255, 255, 255));
Posted by: Guest on April-04-2021
-1

background color android

android:background="@color/white"
Posted by: Guest on July-18-2021

Code answers related to "background color android"

Browse Popular Code Answers by Language