Skip to content

Commit

Permalink
remove 'configure' attribute from widget provider, adjust dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr committed May 25, 2021
1 parent 1e196d7 commit bc34def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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">100dp</dimen>
<dimen name="widget_width">240dp</dimen>
<dimen name="widget_height">105dp</dimen>
<dimen name="widget_width">315dp</dimen>
</resources>
1 change: 0 additions & 1 deletion 10-bitClockWidget/app/src/main/res/xml/widget_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
-->

<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:configure="com.github.ashutoshgngwr.tenbitclockwidget.ClockWidgetPreferenceActivity"
android:initialLayout="@layout/clock_widget_layout"
android:minWidth="@dimen/widget_width"
android:minHeight="@dimen/widget_height"
Expand Down

0 comments on commit bc34def

Please sign in to comment.