Upcoming/current course of the current day will now be highlighted with a thicker border

This commit is contained in:
denizk0461
2023-04-14 13:09:40 +02:00
parent a3489d06b3
commit f07c41079a
8 changed files with 83 additions and 18 deletions
+9 -9
View File
@@ -40,15 +40,6 @@
app:layout_constraintTop_toBottomOf="@+id/toolbar"
app:navGraph="@navigation/nav_graph"/>
<com.google.android.material.divider.MaterialDivider
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="8dp"
app:layout_constraintTop_toBottomOf="@id/nav_host_fragment_content_main"
app:layout_constraintBottom_toTopOf="@id/nav_view"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"/>
<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/nav_view"
android:layout_width="0dp"
@@ -63,4 +54,13 @@
app:layout_constraintEnd_toEndOf="parent"
android:background="?attr/colorBackground"/>
<com.google.android.material.divider.MaterialDivider
style="@style/DividerTheme"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="8dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintBottom_toTopOf="@id/nav_view"/>
</androidx.constraintlayout.widget.ConstraintLayout>
@@ -37,6 +37,7 @@
android:layout_marginHorizontal="16dp"/>
<com.google.android.material.divider.MaterialDivider
style="@style/DividerTheme"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="16dp"/>
+1
View File
@@ -28,6 +28,7 @@
android:fontFamily="@font/lato_bolditalic"/>
<com.google.android.material.divider.MaterialDivider
style="@style/DividerTheme"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginVertical="4dp"/>