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
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.