Skip to content

Commit

Permalink
less margin in usage footer
Browse files Browse the repository at this point in the history
  • Loading branch information
DevEmperor committed Feb 6, 2024
1 parent bdbc735 commit c452163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/layout_usage_footer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
android:layout_gravity="center_horizontal"
android:layout_height="wrap_content"
android:layout_marginHorizontal="32dp"
android:layout_marginVertical="16dp"
android:layout_marginTop="16dp"
android:onClick="resetUsage"
android:text="@string/wristassist_reset" />
</LinearLayout>

0 comments on commit c452163

Please sign in to comment.