mirror of
https://github.com/status-im/syng-client.git
synced 2025-02-23 08:28:07 +00:00
New fab button color in console fragment
This commit is contained in:
parent
1fb8f1a156
commit
fd3bcbc9dc
@ -73,9 +73,10 @@
|
||||
xmlns:fab="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="56dp"
|
||||
android:layout_height="56dp"
|
||||
android:layout_margin="8dp"
|
||||
android:layout_gravity="bottom|right"
|
||||
fab:fab_colorNormal="@color/primary_dark"
|
||||
fab:fab_colorPressed="#c7343434"
|
||||
fab:fab_icon="@drawable/ic_add_white_24dp"/>
|
||||
android:layout_margin="8dp"
|
||||
fab:fab_colorNormal="?colorPrimary"
|
||||
fab:fab_colorPressed="@color/fab_dark_color"
|
||||
fab:fab_icon="@drawable/ic_add_black_24dp"/>
|
||||
|
||||
</FrameLayout>
|
Loading…
x
Reference in New Issue
Block a user