0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 04:02:14 +02:00

Change legacy colors to Material 3 version

This commit is contained in:
Wolf-Martell Montwé 2024-06-06 15:46:49 +02:00
parent 9238210715
commit 022d612554
No known key found for this signature in database
GPG Key ID: 6D45B21512ACBF72
6 changed files with 8 additions and 9 deletions

View File

@ -27,7 +27,7 @@
android:paddingBottom="8dp"
android:text="@string/about_title"
android:textAppearance="?attr/textAppearanceTitleSmall"
android:textColor="?attr/colorAccent" />
android:textColor="?attr/colorSecondary" />
<LinearLayout
android:id="@+id/versionLayout"
@ -202,7 +202,7 @@
android:paddingBottom="8dp"
android:text="@string/about_project_title"
android:textAppearance="?attr/textAppearanceTitleSmall"
android:textColor="?attr/colorAccent" />
android:textColor="?attr/colorSecondary" />
<LinearLayout
android:id="@+id/websiteLayout"
@ -295,7 +295,7 @@
android:paddingBottom="8dp"
android:text="@string/about_libraries"
android:textAppearance="?attr/textAppearanceTitleSmall"
android:textColor="?attr/colorAccent" />
android:textColor="?attr/colorSecondary" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/libraries"

View File

@ -38,7 +38,7 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/attachment_preview"
app:tint="?attr/colorAccent" />
app:tint="?attr/colorSecondary" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/attachment_name"

View File

@ -59,8 +59,7 @@
app:layout_constraintVertical_bias="0.0"
app:layout_goneMarginEnd="@dimen/messageListHorizontalPadding"
tools:maxLines="2"
tools:text="Sender Message preview text that can span multiple lines. Users can specify in settings how much of that is displayed."
tools:textColor="?attr/messageListPreviewTextColor" />
tools:text="Sender Message preview text that can span multiple lines. Users can specify in settings how much of that is displayed." />
<ImageView
android:id="@+id/account_color_chip"

View File

@ -47,7 +47,7 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/attachment_preview"
app:tint="?attr/colorAccent" />
app:tint="?attr/colorSecondary" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/attachment_name"

View File

@ -21,7 +21,7 @@
android:layout_marginStart="4dp"
android:singleLine="true"
android:textAppearance="?attr/textAppearanceBodyMedium"
android:textColor="?attr/colorAccent"
android:textColor="?attr/colorSecondary"
tools:text="+2" />
</merge>

View File

@ -14,5 +14,5 @@
android:paddingTop="4dp"
android:singleLine="true"
android:textAppearance="?attr/textAppearanceTitleSmall"
android:textColor="?attr/colorAccent"
android:textColor="?attr/colorSecondary"
tools:text="Divider" />