Skip to content

Commit 32f89dd

Browse files
author
Murat
committed
feat: add styles_xml task support
1 parent 207f37a commit 32f89dd

File tree

12 files changed

+758
-3
lines changed

12 files changed

+758
-3
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// noinspection HttpUrlsUsage
2+
export const mockStylesXmlTemplate = `<resources>
3+
4+
<!-- Base application theme. -->
5+
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
6+
<!-- Customize your theme here. -->
7+
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
8+
</style>
9+
10+
</resources>
11+
`;

0 commit comments

Comments
 (0)