Skip to content

Commit

Permalink
apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Sep 25, 2023
1 parent 9ff3693 commit 32a70bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions res/layout/webxdc_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
android:gravity="center_vertical"
android:orientation="vertical">

<!-- android:padding="0.1dp" is needed to remove transparent background -->
<com.google.android.material.imageview.ShapeableImageView
android:id="@+id/webxdc_icon"
android:padding="0.1dp"
Expand Down
2 changes: 1 addition & 1 deletion res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@
</style>

<style name="ShapeAppearanceOverlay.App.CornerSize10Percent" parent="">
<item name="cornerSize">10%</item>
<item name="cornerSize">7%</item>
</style>
</resources>

0 comments on commit 32a70bd

Please sign in to comment.