Commit 9f670f5e authored by Thomas's avatar Thomas
Browse files

Fix some colors

parent 22902ac0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
    <solid android:color="@android:color/transparent" />
    <stroke
        android:width="1dip"
        android:color="@color/mastodonC4" />
        android:color="?colorPrimary" />
    <corners android:radius="2dp" />
    <padding
        android:bottom="1dip"
+4 −4
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@
                                android:layout_marginTop="5dp"
                                android:background="@drawable/blue_border"
                                android:text="@string/bot"
                                android:textColor="@color/mastodonC4"
                                android:textColor="?colorPrimary"
                                android:visibility="gone" />

                            <TextView
@@ -197,7 +197,7 @@
                                android:layout_marginEnd="3dp"
                                android:background="@drawable/blue_border"
                                android:singleLine="true"
                                android:textColor="@color/mastodonC4"
                                android:textColor="?colorPrimary"
                                android:visibility="gone" />

                            <TextView
@@ -208,7 +208,7 @@
                                android:layout_marginEnd="3dp"
                                android:background="@drawable/blue_border"
                                android:singleLine="true"
                                android:textColor="@color/mastodonC4"
                                android:textColor="?colorPrimary"
                                android:visibility="gone" />

                            <TextView
@@ -232,7 +232,7 @@
                                android:background="@drawable/blue_border"
                                android:singleLine="true"
                                android:text="@string/request_sent"
                                android:textColor="@color/mastodonC4"
                                android:textColor="?colorPrimary"
                                android:visibility="gone" />

                        </LinearLayout>
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
                android:layout_margin="10dp"
                android:background="@drawable/blue_border"
                android:gravity="center"
                android:textColor="@color/mastodonC4"
                android:textColor="?colorPrimary"
                android:textSize="20sp"
                app:layout_constraintEnd_toEndOf="parent"
                app:layout_constraintStart_toStartOf="parent"
+4 −4
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@
                        android:layout_marginTop="5dp"
                        android:background="@drawable/blue_border"
                        android:text="@string/bot"
                        android:textColor="@color/mastodonC4"
                        android:textColor="?colorPrimary"
                        android:visibility="gone" />

                    <androidx.appcompat.widget.AppCompatTextView
@@ -274,7 +274,7 @@
                            android:layout_marginEnd="3dp"
                            android:background="@drawable/blue_border"
                            android:singleLine="true"
                            android:textColor="@color/mastodonC4"
                            android:textColor="?colorPrimary"
                            android:visibility="gone" />

                        <androidx.appcompat.widget.AppCompatTextView
@@ -285,7 +285,7 @@
                            android:layout_marginEnd="3dp"
                            android:background="@drawable/blue_border"
                            android:singleLine="true"
                            android:textColor="@color/mastodonC4"
                            android:textColor="?colorPrimary"
                            android:visibility="gone" />

                        <androidx.appcompat.widget.AppCompatTextView
@@ -309,7 +309,7 @@
                            android:background="@drawable/blue_border"
                            android:singleLine="true"
                            android:text="@string/request_sent"
                            android:textColor="@color/mastodonC4"
                            android:textColor="?colorPrimary"
                            android:visibility="gone" />
                    </androidx.appcompat.widget.LinearLayoutCompat>

+2 −1
Original line number Diff line number Diff line
@@ -246,7 +246,8 @@
                                        android:layout_height="wrap_content"
                                        android:maxLines="1"
                                        android:text="Maecenas sollicitudin, eros quis interdum posuere, quam lorem tempus dui."
                                        android:textColor="?colorAccent" />
                                        android:textColor="?colorAccent"
                                        tools:ignore="HardcodedText" />

                                    <androidx.appcompat.widget.AppCompatTextView
                                        android:id="@+id/card_description"