Fixes for MD3 that got merged in the meantime
This commit is contained in:
parent
777aa6d525
commit
66836c875c
3 changed files with 4 additions and 4 deletions
|
@ -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" />
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue