In android go to app -> main -> res -> values -> styles.xml and leave it like this:
Add this line
<item name="android:windowIsTranslucent">true</item>
Full Code