whats name of this part of the curved-screen

whats name of this part of the curved-screen in the new smartphone

and how to change color in android

enter image description here

Add Comment
1 Answer(s)

In your application’s manifest, look for <Application> tag, then go to AppTheme‘s definition.

<application         android:theme="@style/AppTheme" 

And you can set the new color in App theme style.

Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.