android - change background colour between animated activities -
i'm relative new on android , english language far good.. have first time.
i have problem background between 2 animated activities translation. tried alter via new theme parent theme.light.
this code:
<color name="custom_theme_color">#d1e3e3</color> <style name="customtheme" parent="android:theme.light.notitlebar.fullscreen"> <item name="android:windowbackground">@color/custom_theme_color</item> <item name="android:colorbackground">@color/custom_theme_color</item> </style>
but i'm in same. background between activities still beingness black.
thanks help or indication!!
you calling same custom color windowbackground , colorbackground, same color , not change.
<color name="custom_theme_color">#d1e3e3</color> <style name="customtheme" parent="android:theme.light.notitlebar.fullscreen"> <item name="android:windowbackground">@color/custom_theme_color</item> --look <item name="android:colorbackground">@color/custom_theme_color</item> --look </style>
i hope that's help, becouse can't test now.
android animation android-activity background
No comments:
Post a Comment