1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-20 21:27:07 +00:00

Use semi transparent translate button

This commit is contained in:
M66B 2021-07-28 12:34:02 +02:00
parent 265875c0d4
commit 142366b738

View file

@ -506,13 +506,14 @@
android:layout_height="wrap_content"
android:layout_gravity="end|bottom"
android:layout_margin="@dimen/fab_padding"
android:alpha="0.5"
android:contentDescription="@string/title_translate"
app:backgroundTint="?attr/colorActionBackground"
app:backgroundTint="?attr/colorFabBackground"
app:fabSize="mini"
app:layout_constraintBottom_toTopOf="@+id/style_bar"
app:layout_constraintEnd_toEndOf="parent"
app:srcCompat="@drawable/twotone_translate_24"
app:tint="@color/action_foreground"
app:tint="?attr/colorFabForeground"
app:tooltipText="@string/title_translate" />
<com.google.android.material.bottomnavigation.BottomNavigationView