我尝试了很多排列,但我终生无法让工具栏“按下”“ content_main”(这是带有“ NavHostFragment”的ConstraintLayout)
在相关说明中,我无法获得“ connecting_overlay”来覆盖工具栏(这是一个FrameLayout,用于在发生连接事件时使屏幕模糊)
我认为有几种方法可以通过将工具栏和“ content_main”包装成线性布局或其他方式来强制间隔,但是我只是想看看是否有更多经验的人可以概述处理“ Androidic”的方法工具栏。官方文档似乎太高级或太低级...
这是我的“ app_bar_main.xml”
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="@color/white_50"
android:elevation="4dp"
android:minHeight="?attr/actionBarSize"
android:theme="@style/Theme.MyApp"
app:popupTheme="@style/Theme.MyApp" />
<include layout="@layout/content_main" />
<include layout="@layout/connecting_overlay" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>
答案 0 :(得分:0)
在您的content_main包含的布局中,放入以下属性:
gson.fromJson(jsonObject.getJSONObject("data").toString(), Example.class);