Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87cb5b4f authored by Fahim's avatar Fahim
Browse files

3954-Navigation_bar_divider_color_issue

parent ba3b538a
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24.0"
    android:viewportHeight="24.0">
    android:viewportHeight="24.0"
    android:tint="@color/colorAccent">
    <path
        android:fillColor="#FFFFFFFF"
        android:pathData="M10,9V5l-7,7 7,7v-4.1c5,0 8.5,1.6 11,5.1 -1,-5 -4,-10 -11,-11z" />
+2 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
            android:layout_height="24dp"
            android:layout_marginStart="16dp"
            android:src="@drawable/ic_person_black_24dp"
            android:tint="?android:attr/textColorSecondary"
            android:tint="@color/colorAccent"
            app:layout_constraintBottom_toBottomOf="parent"
            app:layout_constraintStart_toStartOf="parent"
            app:layout_constraintTop_toTopOf="parent" />
@@ -88,6 +88,6 @@
        android:background="@drawable/circle"
        android:backgroundTint="?attr/bubbleColor"
        android:src="@drawable/ic_cancel_black_24dp"
        android:tint="?android:attr/textColorSecondary" />
        android:tint="@color/colorAccent" />

</FrameLayout>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -51,6 +51,6 @@
        android:background="@drawable/circle"
        android:backgroundTint="?attr/bubbleColor"
        android:src="@drawable/ic_cancel_black_24dp"
        android:tint="?android:attr/textColorSecondary" />
        android:tint="@color/colorAccent" />

</FrameLayout>
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
                    android:layout_width="24dp"
                    android:layout_height="24dp"
                    android:layout_marginStart="16dp"
                    android:tint="?android:attr/textColorSecondary"
                    android:tint="@color/colorAccent"
                    app:layout_constraintBottom_toBottomOf="@id/progressSummary"
                    app:layout_constraintStart_toStartOf="parent"
                    app:layout_constraintTop_toTopOf="@id/progressTitle"
@@ -87,7 +87,7 @@
                    android:background="?android:attr/selectableItemBackground"
                    android:padding="16dp"
                    android:src="@drawable/ic_close_black_24dp"
                    android:tint="?android:attr/textColorSecondary"
                    android:tint="@color/colorAccent"
                    app:layout_constraintBottom_toBottomOf="@id/progressSummary"
                    app:layout_constraintEnd_toEndOf="parent"
                    app:layout_constraintTop_toTopOf="@id/progressTitle" />
+1 −1
Original line number Diff line number Diff line
@@ -42,6 +42,6 @@
        android:background="?android:attr/selectableItemBackground"
        android:padding="12dp"
        android:src="@drawable/ic_close_black_24dp"
        android:tint="?android:attr/textColorSecondary" />
        android:tint="@color/colorAccent" />

</LinearLayout>
 No newline at end of file
Loading