1313 android : layout_width =" match_parent"
1414 android : layout_height =" match_parent" />
1515
16- <com .google.android.material.floatingactionbutton.FloatingActionButton
17- android : id =" @+id/homeMiniFab"
18- style =" ?attr/floatingActionButtonSmallStyle"
19- android : layout_width =" wrap_content"
20- android : layout_height =" wrap_content"
21- android : alpha =" @dimen/mini_fab_opacity"
22- android : contentDescription =" @string/cancel"
23- android : hapticFeedbackEnabled =" false"
24- android : padding =" @dimen/between_row_padding"
25- app : backgroundTint =" ?attr/colorOnSurface"
26- app : elevation =" @dimen/bottom_navbar_elevation"
27- app : layout_constraintBottom_toTopOf =" @id/homeCard"
28- app : layout_constraintEnd_toEndOf =" parent"
29- app : layout_constraintStart_toStartOf =" parent"
30- app : layout_constraintTop_toTopOf =" @id/homeCard"
31- app : rippleColor =" ?attr/colorPrimary"
32- app : srcCompat =" @drawable/ic_arrow_up_24dp"
33- app : tint =" ?attr/colorPrimary" />
34-
3516 <com .google.android.material.card.MaterialCardView
3617 android : id =" @+id/homeCard"
3718 android : layout_width =" 0dp"
294275 app : layout_constraintStart_toStartOf =" parent"
295276 app : layout_constraintTop_toBottomOf =" @id/homeCard" />
296277
278+ <Button
279+ android : id =" @+id/homeMiniFab"
280+ style =" @style/Widget.Material3Expressive.Button.IconButton.Outlined"
281+ android : layout_width =" wrap_content"
282+ android : layout_height =" wrap_content"
283+ android : hapticFeedbackEnabled =" false"
284+ app : backgroundTint =" ?attr/colorSurface"
285+ app : elevation =" @dimen/bottom_navbar_elevation"
286+ app : icon =" @drawable/ic_arrow_up_24dp"
287+ app : iconTint =" ?attr/colorPrimary"
288+ app : layout_constraintBottom_toTopOf =" @id/homeCard"
289+ app : layout_constraintEnd_toEndOf =" parent"
290+ app : layout_constraintStart_toStartOf =" parent"
291+ app : layout_constraintTop_toTopOf =" @id/homeCard"
292+ app : rippleColor =" ?attr/colorSecondary"
293+ app : strokeColor =" ?attr/colorOutline"
294+ app : strokeWidth =" @dimen/card_stroke" />
295+
296+
297297</androidx .constraintlayout.motion.widget.MotionLayout>
0 commit comments