Issue
I want layout like this for version above Android 4.0. Please help me out. Thanks in advance
Solution
Add this to your theme, but it is only possible for API 19+ (4.4)
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowNoTitle">true</item>
Answered By - yedidyak
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.