Skip to content

Commit

Permalink
Fixes for MD3 that got merged in the meantime
Browse files Browse the repository at this point in the history
  • Loading branch information
grote committed Jul 26, 2024
1 parent 7ac0db9 commit efc7b9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions app/src/main/res/layout/footer_files_selection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
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"
android:layout_width="wrap_content"
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" />
1 change: 1 addition & 0 deletions app/src/main/res/layout/header_files_selection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion storage/lib/src/main/res/layout/item_file.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit efc7b9c

Please sign in to comment.