mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-24 05:46:14 +03:00
Material 3: Margins of search FABs
Signed-off-by: Stefan Niedermann <info@niedermann.it>
This commit is contained in:
parent
35a378b845
commit
946219e8d3
2 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom|end"
|
||||
android:layout_margin="@dimen/spacer_2x"
|
||||
android:contentDescription="@string/simple_prev"
|
||||
android:translationY="-56dp"
|
||||
android:visibility="gone"
|
||||
|
@ -61,6 +62,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom|end"
|
||||
android:layout_margin="@dimen/spacer_2x"
|
||||
android:contentDescription="@string/simple_next"
|
||||
android:visibility="gone"
|
||||
app:backgroundTint="@color/defaultBrand"
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom|end"
|
||||
android:layout_margin="@dimen/spacer_2x"
|
||||
android:contentDescription="@string/simple_prev"
|
||||
android:translationY="-56dp"
|
||||
android:visibility="gone"
|
||||
|
@ -57,6 +58,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom|end"
|
||||
android:layout_margin="@dimen/spacer_2x"
|
||||
android:contentDescription="@string/simple_next"
|
||||
android:visibility="gone"
|
||||
app:backgroundTint="@color/defaultBrand"
|
||||
|
|
Loading…
Reference in a new issue