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:
parent
265875c0d4
commit
142366b738
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue