Skip to content

Commit

Permalink
Add comment for application theme
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Dec 11, 2024
1 parent 86e3841 commit 7c5bc96
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/screenshot-testing/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- This theme is the same base theme as the theme we use for production app -->
<!--
This theme is used by ComposeTestRules
Use a no-action-bar theme to prevent overlapping with the action bar during tests.
Theme_Material_Light_NoActionBar is the base theme used by the production app.
-->
<application android:theme="@android:style/Theme.Material.NoActionBar" />
</manifest>

0 comments on commit 7c5bc96

Please sign in to comment.