After installing my Tempomaster app on my new smartphone, a wide white bar with the soft buttons appears at the bottom. It looks very ugly on my black menus. There are other apps where this bar appears in a different color. I would like to realize that too. However, I don't know how to do it. About Help I would be happy.
Changing the action bar, status bar and navigation bar colors is done with resources set in the manifest editor. The manifest code: SetApplicationAttribute(android:theme, "@style/LightTheme") CreateResource(values, colors.xml, #ff039be5 #ff006db3 #ffffffff #ff006db3 )...