Update assets and themes to leverage DayNight system.

This commit is contained in:
Cody Henthorne
2020-11-10 10:20:54 -05:00
parent 81eaae4070
commit c3b5323010
610 changed files with 1222 additions and 2043 deletions

View File

@@ -8,13 +8,13 @@
android:layout_marginEnd="6dp"
android:minWidth="80dp"
android:padding="8dp"
android:background="?attachment_keyboard_button_background">
android:background="@drawable/attachment_keyboard_button_background">
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/attachment_button_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:tint="?attachment_keyboard_button_foreground"
android:tint="@color/attachment_keyboard_button_foreground"
app:layout_constraintBottom_toTopOf="@id/attachment_button_title"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"
@@ -28,7 +28,7 @@
style="@style/Signal.Text.Preview"
android:fontFamily="sans-serif-medium"
android:gravity="center"
android:textColor="?attachment_keyboard_button_foreground"
android:textColor="@color/attachment_keyboard_button_foreground"
app:layout_constraintTop_toBottomOf="@id/attachment_button_image"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"