mirror of
https://github.com/Matte23/circolapp.git
synced 2025-12-06 07:29:10 +00:00
Switch from bridge theme to MaterialComponents theme
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/circular_card"
|
||||
android:layout_width="match_parent"
|
||||
@@ -7,6 +7,7 @@
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
app:cardElevation="2dp"
|
||||
app:cardCornerRadius="8dp">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
@@ -65,7 +66,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="8dp"
|
||||
android:src="@drawable/baseline_visibility_24"
|
||||
android:tint="@color/colorAccent"
|
||||
android:tint="@color/colorSecondary"
|
||||
android:contentDescription="@string/image_view_circular"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintBottom_toTopOf="@+id/circulars_attachments_list"
|
||||
@@ -78,7 +79,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:src="@drawable/baseline_get_app_24"
|
||||
android:tint="@color/colorAccent"
|
||||
android:tint="@color/colorSecondary"
|
||||
android:contentDescription="@string/image_download_circular"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintBottom_toTopOf="@+id/circulars_attachments_list"
|
||||
@@ -91,7 +92,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@drawable/baseline_star_24"
|
||||
android:tint="@color/colorAccent"
|
||||
android:tint="@color/colorSecondary"
|
||||
android:contentDescription="@string/image_add_favourite"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintBottom_toTopOf="@+id/circulars_attachments_list"
|
||||
@@ -105,7 +106,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:src="@drawable/baseline_notifications_24"
|
||||
android:tint="@color/colorAccent"
|
||||
android:tint="@color/colorSecondary"
|
||||
android:contentDescription="@string/image_add_reminder"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintBottom_toTopOf="@+id/circulars_attachments_list"
|
||||
@@ -133,4 +134,4 @@
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
</androidx.cardview.widget.CardView>
|
||||
</com.google.android.material.card.MaterialCardView>
|
||||
Reference in New Issue
Block a user