Fixes for MD3 that got merged in the meantime

This commit is contained in:
Torsten Grote 2024-07-26 15:28:42 -03:00
parent 777aa6d525
commit 66836c875c
No known key found for this signature in database
GPG key ID: 3E5F77D92CF891FF
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
SPDX-FileCopyrightText: 2024 The Calyx Institute
SPDX-License-Identifier: Apache-2.0
-->
<androidx.appcompat.widget.AppCompatButton xmlns:android="http://schemas.android.com/apk/res/android"
<com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/button"
style="@style/SudPrimaryButton"
@ -10,8 +10,7 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_marginEnd="16dp"
android:drawableStart="@drawable/ic_cloud_restore"
android:drawablePadding="8dp"
android:drawableTint="?android:textColorPrimaryInverse"
app:icon="@drawable/ic_cloud_restore"
android:text="@string/select_files_button_restore"
app:layout_behavior="com.google.android.material.behavior.HideBottomViewOnScrollBehavior" />

View file

@ -7,6 +7,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/background"
android:paddingBottom="16dp">
<ImageView

View file

@ -44,7 +44,7 @@
app:layout_constraintTop_toBottomOf="@+id/nameView"
tools:text="24h ago - 23 MB" />
<androidx.appcompat.widget.AppCompatCheckBox
<CheckBox
android:id="@+id/checkBox"
android:layout_width="48dp"
android:layout_height="48dp"