Skip to content

Commit

Permalink
readjust widget size
Browse files Browse the repository at this point in the history
links to #127
  • Loading branch information
ashutoshgngwr committed Oct 1, 2023
1 parent 6d2fdc6 commit 7557546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ClockWidgetRenderer {

private final int width = getDimen(R.dimen.widget_width);
private final int height = getDimen(R.dimen.widget_height);
private final int padding = px(10);
private final int padding = px(5);
private final Paint mPaint;
private final Bitmap clockBitmap;
private final Canvas canvas;
Expand Down
2 changes: 1 addition & 1 deletion 10-bitClockWidget/app/src/main/res/values/dimen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
-->

<resources>
<dimen name="widget_height">105dp</dimen>
<dimen name="widget_height">90dp</dimen>
<dimen name="widget_width">315dp</dimen>
</resources>

0 comments on commit 7557546

Please sign in to comment.