Skip to content

Commit

Permalink
Darker Overlay on FAB open
Browse files Browse the repository at this point in the history
  • Loading branch information
rachit995 committed Jan 21, 2015
1 parent 7d8387f commit 1348a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/layout/conversations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ encoding="utf-8"?>
<View android:id="@id/overlay"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#e0ffffff"
android:background="#e0f5f5f5"
android:alpha="0"
android:visibility="gone"/>
<com.getbase.floatingactionbutton.FloatingActionsMenu android:id="@id/multiple_actions"
Expand Down

0 comments on commit 1348a2e

Please sign in to comment.