Loading opentasks/src/main/res/layout/activity_task_twopane.xml +12 −1 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ app:layout_constraintTop_toBottomOf="@id/appbar" app:layout_constraintStart_toStartOf="parent" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="@id/divider" /> <com.google.android.material.floatingactionbutton.FloatingActionButton Loading @@ -54,7 +55,7 @@ app:tint="@color/e_background" android:tint="@color/e_background" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="@id/pager"/> app:layout_constraintEnd_toEndOf="@id/divider"/> <FrameLayout android:id="@+id/task_detail_container" Loading @@ -65,6 +66,16 @@ android:backgroundTint="@color/color_default_background" android:background="@drawable/opentasks_popup_background_mtrl_mult" app:layout_constraintTop_toBottomOf="@id/appbar" app:layout_constraintStart_toEndOf="@id/divider" app:layout_constraintBottom_toBottomOf="parent"/> <View android:id="@+id/divider" android:layout_width="1dp" android:layout_height="0dp" android:background="@color/e_divider_color" app:layout_constraintStart_toEndOf="@id/pager" app:layout_constraintTop_toBottomOf="@id/appbar" app:layout_constraintBottom_toBottomOf="parent"/> </androidx.constraintlayout.widget.ConstraintLayout> No newline at end of file opentasks/src/main/res/layout/activity_task_twopane_small.xml +11 −1 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ app:layout_constraintTop_toBottomOf="@id/appbar" app:layout_constraintStart_toStartOf="parent" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="@id/divider" /> <com.google.android.material.floatingactionbutton.FloatingActionButton Loading @@ -54,7 +55,7 @@ app:backgroundTint="@color/e_accent" android:tint="@color/e_background" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="@id/pager"/> app:layout_constraintEnd_toEndOf="@id/divider"/> <FrameLayout android:id="@+id/task_detail_container" Loading @@ -65,6 +66,15 @@ android:backgroundTint="@color/color_default_background" android:background="@drawable/opentasks_popup_background_mtrl_mult" app:layout_constraintTop_toBottomOf="@id/appbar" app:layout_constraintStart_toEndOf="@id/divider" app:layout_constraintBottom_toBottomOf="parent"/> <View android:id="@+id/divider" android:layout_width="1dp" android:layout_height="0dp" android:background="@color/e_divider_color" app:layout_constraintStart_toEndOf="@id/pager" app:layout_constraintTop_toBottomOf="@id/appbar" app:layout_constraintBottom_toBottomOf="parent" /> </androidx.constraintlayout.widget.ConstraintLayout> No newline at end of file Loading
opentasks/src/main/res/layout/activity_task_twopane.xml +12 −1 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ app:layout_constraintTop_toBottomOf="@id/appbar" app:layout_constraintStart_toStartOf="parent" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="@id/divider" /> <com.google.android.material.floatingactionbutton.FloatingActionButton Loading @@ -54,7 +55,7 @@ app:tint="@color/e_background" android:tint="@color/e_background" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="@id/pager"/> app:layout_constraintEnd_toEndOf="@id/divider"/> <FrameLayout android:id="@+id/task_detail_container" Loading @@ -65,6 +66,16 @@ android:backgroundTint="@color/color_default_background" android:background="@drawable/opentasks_popup_background_mtrl_mult" app:layout_constraintTop_toBottomOf="@id/appbar" app:layout_constraintStart_toEndOf="@id/divider" app:layout_constraintBottom_toBottomOf="parent"/> <View android:id="@+id/divider" android:layout_width="1dp" android:layout_height="0dp" android:background="@color/e_divider_color" app:layout_constraintStart_toEndOf="@id/pager" app:layout_constraintTop_toBottomOf="@id/appbar" app:layout_constraintBottom_toBottomOf="parent"/> </androidx.constraintlayout.widget.ConstraintLayout> No newline at end of file
opentasks/src/main/res/layout/activity_task_twopane_small.xml +11 −1 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ app:layout_constraintTop_toBottomOf="@id/appbar" app:layout_constraintStart_toStartOf="parent" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="@id/divider" /> <com.google.android.material.floatingactionbutton.FloatingActionButton Loading @@ -54,7 +55,7 @@ app:backgroundTint="@color/e_accent" android:tint="@color/e_background" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="@id/pager"/> app:layout_constraintEnd_toEndOf="@id/divider"/> <FrameLayout android:id="@+id/task_detail_container" Loading @@ -65,6 +66,15 @@ android:backgroundTint="@color/color_default_background" android:background="@drawable/opentasks_popup_background_mtrl_mult" app:layout_constraintTop_toBottomOf="@id/appbar" app:layout_constraintStart_toEndOf="@id/divider" app:layout_constraintBottom_toBottomOf="parent"/> <View android:id="@+id/divider" android:layout_width="1dp" android:layout_height="0dp" android:background="@color/e_divider_color" app:layout_constraintStart_toEndOf="@id/pager" app:layout_constraintTop_toBottomOf="@id/appbar" app:layout_constraintBottom_toBottomOf="parent" /> </androidx.constraintlayout.widget.ConstraintLayout> No newline at end of file