android - Using "window Translucent Status = true" and want to display Text View value just after action bar -
i want display text after "action bar". because using window translucent status therefore text appearing on "status bar".
<style name="apptheme" parent="theme.appcompat.light"> <item name="android:windowtranslucentstatus">true</item> </style>
i tried textview property layout:margin top = 100dp , working fine me.. think solution may not work on other mobile phones.
would knew better way in proper way?
Comments
Post a Comment