Skip to content

Commit

Permalink
update FAB overlay animation
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSanal committed Aug 21, 2023
1 parent c555325 commit 4c468fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/drawable/circle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">

<solid android:color="#00000000" />
<solid android:color="@color/FABOverlayBGColor" />

<size
android:width="120dp"
android:height="120dp" />

<stroke
android:width="4dp"
android:color="#FF4081" />
android:color="@color/FABOverlayColor" />
</shape>
3 changes: 3 additions & 0 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@
<color name="FABColor">#32FFFFFF</color>
<color name="FABIconColor">@color/colorWhite</color>

<color name="FABOverlayColor">#FF6E9F</color>
<color name="FABOverlayBGColor">#26FFFFFF</color>

</resources>

0 comments on commit 4c468fe

Please sign in to comment.