Skip to content

Commit a0af819

Browse files
annawoodardmazurio
authored andcommitted
Replace the pencil icon with check for logging (#59)
This implements one suggestion from @skmlcd and partially addresses #44.
1 parent e93141a commit a0af819

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="24dp"
3+
android:height="24dp"
4+
android:viewportWidth="24.0"
5+
android:viewportHeight="24.0">
6+
<path
7+
android:fillColor="#ffffff"
8+
android:pathData="M9,16.2L4.8,12l-1.4,1.4L9,19 21,7l-1.4,-1.4L9,16.2z"/>
9+
</vector>

app/src/main/res/layout-port/view_timer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
android:layout_width="wrap_content"
8282
android:layout_height="wrap_content"
8383
android:layout_gravity="center"
84-
app:srcCompat="@drawable/action_log"
84+
app:srcCompat="@drawable/action_done_white"
8585
android:layout_centerInParent="true"
8686
app:borderWidth="0dp"
8787
app:elevation="@dimen/view_action_elevation"/>

app/src/main/res/layout/view_timer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
android:layout_width="wrap_content"
8282
android:layout_height="wrap_content"
8383
android:layout_gravity="center"
84-
app:srcCompat="@drawable/action_log"
84+
app:srcCompat="@drawable/action_done_white"
8585
android:layout_centerInParent="true"
8686
app:borderWidth="0dp"
8787
app:elevation="@dimen/view_action_elevation"/>

0 commit comments

Comments
 (0)