diff --git a/app/src/main/res/drawable/shape_tertiary_button_background.xml b/app/src/main/res/drawable/shape_tertiary_button_background.xml index a265a2d62..49c2f23dc 100644 --- a/app/src/main/res/drawable/shape_tertiary_button_background.xml +++ b/app/src/main/res/drawable/shape_tertiary_button_background.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/layout/chat_info_fragment.xml b/app/src/main/res/layout/chat_info_fragment.xml index d84c1c021..68a0ac254 100644 --- a/app/src/main/res/layout/chat_info_fragment.xml +++ b/app/src/main/res/layout/chat_info_fragment.xml @@ -419,7 +419,7 @@ android:layout_height="1dp" android:layout_marginStart="16dp" android:layout_marginEnd="16dp" - android:background="@color/gray_main2_200" + android:background="?attr/color_separator" app:layout_constraintEnd_toEndOf="@id/action_media" app:layout_constraintStart_toStartOf="@id/action_media" app:layout_constraintTop_toBottomOf="@id/action_media" /> @@ -523,7 +523,7 @@ android:layout_height="1dp" android:layout_marginStart="16dp" android:layout_marginEnd="16dp" - android:background="@color/gray_main2_200" + android:background="?attr/color_separator" android:visibility="@{!viewModel.isGroup && !viewModel.friendAvailable ? View.VISIBLE : View.GONE, default=gone}" app:layout_constraintEnd_toEndOf="@id/action_add_to_contacts" app:layout_constraintStart_toStartOf="@id/action_add_to_contacts" @@ -534,7 +534,7 @@ android:layout_height="1dp" android:layout_marginStart="16dp" android:layout_marginEnd="16dp" - android:background="@color/gray_main2_200" + android:background="?attr/color_separator" android:visibility="@{!viewModel.isGroup && viewModel.friendAvailable ? View.VISIBLE : View.GONE, default=gone}" app:layout_constraintEnd_toEndOf="@id/action_see_contact" app:layout_constraintStart_toStartOf="@id/action_see_contact" @@ -545,7 +545,7 @@ android:layout_height="1dp" android:layout_marginStart="16dp" android:layout_marginEnd="16dp" - android:background="@color/gray_main2_200" + android:background="?attr/color_separator" android:visibility="@{viewModel.isEndToEndEncrypted && !viewModel.isReadOnly ? View.VISIBLE : View.GONE}" app:layout_constraintEnd_toEndOf="@id/action_ephemeral_messages" app:layout_constraintStart_toStartOf="@id/action_ephemeral_messages" @@ -556,7 +556,7 @@ android:layout_height="1dp" android:layout_marginStart="16dp" android:layout_marginEnd="16dp" - android:background="@color/gray_main2_200" + android:background="?attr/color_separator" android:visibility="@{viewModel.isGroup && !viewModel.isReadOnly ? View.VISIBLE : View.GONE, default=gone}" app:layout_constraintEnd_toEndOf="@id/action_leave_group" app:layout_constraintStart_toStartOf="@id/action_leave_group" diff --git a/app/src/main/res/layout/contact_fragment.xml b/app/src/main/res/layout/contact_fragment.xml index acf016c0f..71ca9e118 100644 --- a/app/src/main/res/layout/contact_fragment.xml +++ b/app/src/main/res/layout/contact_fragment.xml @@ -434,6 +434,7 @@ app:trackThickness="22dp" app:trackColor="@color/transparent_color" app:indicatorColor="?attr/color_trust_track" + app:trackStopIndicatorSize="0dp" app:layout_constraintStart_toStartOf="@id/trusted_devices_progress_background" app:layout_constraintEnd_toEndOf="@id/trusted_devices_progress_background" app:layout_constraintTop_toTopOf="@id/trusted_devices_progress_background" @@ -568,7 +569,7 @@ android:layout_height="1dp" android:layout_marginStart="16dp" android:layout_marginEnd="16dp" - android:background="@color/gray_main2_200" + android:background="?attr/color_separator" android:visibility="@{viewModel.isStored ? View.VISIBLE : View.GONE}" app:layout_constraintEnd_toEndOf="@id/action_edit" app:layout_constraintStart_toStartOf="@id/action_edit" @@ -579,7 +580,7 @@ android:layout_height="1dp" android:layout_marginStart="16dp" android:layout_marginEnd="16dp" - android:background="@color/gray_main2_200" + android:background="?attr/color_separator" android:visibility="@{viewModel.isStored ? View.VISIBLE : View.GONE}" app:layout_constraintEnd_toEndOf="@id/action_favorite" app:layout_constraintStart_toStartOf="@id/action_favorite" @@ -590,7 +591,7 @@ android:layout_height="1dp" android:layout_marginStart="16dp" android:layout_marginEnd="16dp" - android:background="@color/gray_main2_200" + android:background="?attr/color_separator" android:visibility="@{viewModel.isStored ? View.VISIBLE : View.GONE}" app:layout_constraintEnd_toEndOf="@id/action_share" app:layout_constraintStart_toStartOf="@id/action_share" diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml index 80c707bb2..f38c057e8 100644 --- a/app/src/main/res/values-night/themes.xml +++ b/app/src/main/res/values-night/themes.xml @@ -53,7 +53,7 @@ @color/bc_white @color/background_color_alt_dark_mode - @color/gray_main2_200 + @color/gray_main2_400 @color/gray_main2_100 @color/gray_main2_300 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c81c5d88e..e0114765c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,8 +23,7 @@ navigation = "2.8.5" emoji2 = "1.5.0" car = "1.7.0-beta03" flexbox = "3.0.0" -#noinspection GradleDependency -material = "1.11.0" +material = "1.12.0" protobuf = "3.25.5" coil = "3.0.4" dotsIndicator = "5.1.0"