Skip to content

Commit

Permalink
Fixed tiny text bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hwki committed Sep 30, 2021
1 parent 87d5deb commit dea89f7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bitcoin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.brentpanther.bitcoinwidget"
minSdk 23
targetSdk 31
versionCode 276
versionName "8.0.1"
versionCode 277
versionName "8.0.2"

javaCompileOptions {
annotationProcessorOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ open class SolidPriceWidgetDisplayStrategy(context: Context, widget: Widget, wid
Theme.TRANSPARENT -> if (widget.nightMode.isDark(appContext)) 2 else 0
else -> 4
}
widgetSize.right = horizontalPadding.dpToPx()
widgetSize.right -= horizontalPadding.dpToPx()

updateIcon()
RectF(widgetSize).also {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/275.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Minor bug fix
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/276.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Reduce padding to increase text size on non-material themed widgets
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/277.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed tiny text size bug.

0 comments on commit dea89f7

Please sign in to comment.