Skip to content

Commit

Permalink
Updated History and Statistics fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
john0227 committed Apr 28, 2022
1 parent cad9fcf commit 8dddb89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/fragments/layout/fragment_history.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:paddingStart="10dp"
android:paddingEnd="10dp"
android:text="History"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/fragments/layout/fragment_statistics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:paddingStart="10dp"
android:paddingEnd="10dp"
android:text="Statistics"
Expand Down

0 comments on commit 8dddb89

Please sign in to comment.