Skip to content

Commit

Permalink
Merge pull request #283 from lukas-mercari/lukas/shadow-captureRoboImage
Browse files Browse the repository at this point in the history
Hide action bar to avoid shadow creeping into images captured using captureRoboImage
  • Loading branch information
takahirom committed Mar 27, 2024
2 parents 08af633 + 4c4de83 commit 831a45d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roborazzi/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
<!-- Base application theme. -->
<style name="RoborazziTransparentTheme">
<item name="android:colorBackground">@android:color/transparent</item>
<item name="android:windowActionBar">false</item>
</style>
</resources>

0 comments on commit 831a45d

Please sign in to comment.