Skip to content

Commit

Permalink
Minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Saifullah Khan committed Oct 24, 2017
1 parent e730e75 commit 742d6ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/counter_details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
android:layout_marginStart="10dp"
android:layout_marginTop="10dp"
android:layout_weight="1"
android:background="#CFFF">
android:background="#EFFF">

<LinearLayout
android:layout_width="match_parent"
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
<string name="confirmation_prompt">Are you sure?</string>
<string name="delete_confirmation">Do you really want to delete the counter? Proceed with caution. This action is permanent.</string>
<string name="reset_confirmation">This action would reset the counter value. Proceed with caution.</string>
<string name="label_finished">Finished: %1$d</string>

<string name="label_finished">Completed: %1$d</string>

<string name="counter_1">الحمد لله</string>
<string name="counter_1_desc">All the praises and thanks be to Allah</string>
Expand Down

0 comments on commit 742d6ae

Please sign in to comment.