隱藏 title bar
title bar 是最上方的一行,隱藏方法如下
<activity
android:theme="@style/Theme.AppCompat.NoActionBar"
>
</activity>
Last updated
Was this helpful?
title bar 是最上方的一行,隱藏方法如下
<activity
android:theme="@style/Theme.AppCompat.NoActionBar"
>
</activity>
Last updated
Was this helpful?