Loading opentasks/src/main/res/layout/fragment_task_view_detail.xml +3 −1 Original line number Original line Diff line number Diff line <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_width="match_parent" android:layout_height="match_parent"> android:layout_height="match_parent" android:background="@color/color_default_background" > <com.google.android.material.appbar.AppBarLayout <com.google.android.material.appbar.AppBarLayout android:id="@+id/appbar" android:id="@+id/appbar" Loading Loading
opentasks/src/main/res/layout/fragment_task_view_detail.xml +3 −1 Original line number Original line Diff line number Diff line <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_width="match_parent" android:layout_height="match_parent"> android:layout_height="match_parent" android:background="@color/color_default_background" > <com.google.android.material.appbar.AppBarLayout <com.google.android.material.appbar.AppBarLayout android:id="@+id/appbar" android:id="@+id/appbar" Loading