Skip to content

Commit

Permalink
Changed sleep overlay extend icon
Browse files Browse the repository at this point in the history
  • Loading branch information
izderadicka committed Mar 15, 2019
1 parent 13bb86b commit a9c406a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app/src/main/res/drawable/ic_timer_extend.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<vector android:height="24dp"
android:viewportHeight="24.0" android:viewportWidth="24.0"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#FF000000" android:pathData="m 17.774263,14.00763 0,-1.973828 -11.5223548,0 0,2 z M 12,20 C 8.13,20 5,16.87 5,13 5,9.13 8.13,6 12,6 c 3.87,0 7,3.13 7,7 0,3.87 -3.13,7 -7,7 z M 19.03,7.39 20.45,5.97 C 20.02,5.46 19.55,4.98 19.04,4.56 L 17.62,5.98 C 16.07,4.74 14.12,4 12,4 7.03,4 3,8.03 3,13 c 0,4.97 4.02,9 9,9 4.98,0 9,-4.03 9,-9 0,-2.12 -0.74,-4.07 -1.97,-5.61 z m -8.003828,11.451877 1.973828,0 0,-11.5223568 -2,0 z M 15,1 9,1 9,3 15,3 Z"/>
</vector>
14 changes: 14 additions & 0 deletions app/src/main/res/drawable/sleep_overlay_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android"
>

<padding
android:top="2dp"
android:bottom="2dp"/>
<corners android:bottomRightRadius="32dp"
android:bottomLeftRadius="32dp"
android:topLeftRadius="32dp"
android:topRightRadius="32dp"/>
<solid android:color="@color/colorBackgroundOverlay"/>
</shape>
2 changes: 1 addition & 1 deletion app/src/main/res/layout/sleep_overlay.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:srcCompat="@drawable/ic_timer" />
app:srcCompat="@drawable/ic_timer_extend" />


<TextView
Expand Down

0 comments on commit a9c406a

Please sign in to comment.