我想在“操作栏”之后显示我的文本。因为我使用的是窗口半透明状态,所以我的文本出现在“状态栏”上。
<style name="AppTheme" parent="Theme.AppCompat.Light">
<item name="android:windowTranslucentStatus">true</item>
</style>
我尝试了 textview 属性布局:margin top = 100dp,这对我来说很好用.. 但我认为这个解决方案可能不适用于其他手机。
有人会知道任何更好的方法来以正确的方式做到这一点吗?