我已经安装了Google play
的应用程序,但是当我尝试隐藏navigationbar
时出错了。
更多细节,如打击:
问题列表:
Application
内容与navigationbar
Application
时,navigationbar
内容无法调整
问题已经存在当我构想时,如下所示:
问题列表:
Application
内容与navigationbar
Application
时,navigationbar
内容无法调整
问题:
navigationbar
栏时,如何动态调整应用程序内容?答案 0 :(得分:0)
<android.support.v7.widget.Toolbar
android:id="@+id/tool"
android:layout_width="match_parent"
android:layout_height="57dp"
android:background="@color/colorPrimary"
android:contentInsetEnd="0dp"
android:contentInsetLeft="0dp"
android:contentInsetRight="0dp"
android:contentInsetStart="0dp"
app:contentInsetEnd="0dp"
app:contentInsetLeft="0dp"
app:contentInsetRight="0dp"
app:contentInsetStart="0dp"
app:contentInsetStartWithNavigation="0dp">
</Toolbar>