Hi
I use below code for material them
All things is good
I want to TranslucentStatusBar One of activities and my output is picture that i attach it and show problem
In bottom of activity,i have free space as much as the statusbar height
Why?
I use below code for material them
All things is good
I want to TranslucentStatusBar One of activities and my output is picture that i attach it and show problem
In bottom of activity,i have free space as much as the statusbar height
Why?
B4X:
CreateResource(values, theme.xml,
<resources>
<style name="MyAppTheme" parent="Theme.AppCompat.Light">
<item name="colorPrimary">@color/Primary</item>
<item name="colorPrimaryDark">@color/PrimaryDark</item>
<item name="colorAccent">#090a10</item>
<item name="windowNoTitle">true</item>
<item name="windowActionBar">false</item>
<item name="android:windowDisablePreview">true</item>
</style>
</resources>
)