Add comment for application theme

pull/1729/head
takahirom 2 weeks ago
parent 86e38418d5
commit 7c5bc96e4e
No known key found for this signature in database
GPG Key ID: 74C748A90802F104

@ -15,6 +15,10 @@
limitations under the License. limitations under the License.
--> -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <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" /> <application android:theme="@android:style/Theme.Material.NoActionBar" />
</manifest> </manifest>
Loading…
Cancel
Save