为LinearLayout设置NavController
示例代码:
// 获取NavController NavController navController = Navigation.findNavController(view);
// 为LinearLayout设置NavController LinearLayout linearLayout = findViewById(R.id.linear_layout); Navigation.setViewNavController(linearLayout, navController);
上一篇:android.widget.LinearLayout 无法转换为 android.support.v7.widget.RecyclerView。
下一篇:android.widget.RelativeLayout无法转换为androidx.recyclerview.widget.RecyclerView。