Skip to content

Commit

Permalink
Dialogue Background Update
Browse files Browse the repository at this point in the history
*Update translucent background to use better looking gradient.
  • Loading branch information
rayliverified committed Jul 8, 2017
1 parent 4b2cb94 commit cd1ff05
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="@color/alert_actionsheet_header"/>
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:type="radial"
android:gradientRadius="360"
android:endColor="#c8f8f8f8"
android:startColor="#f0f0f0"/>
<corners android:radius="@dimen/alert_radius_actionsheet"/>
</shape>

0 comments on commit cd1ff05

Please # to comment.