mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 17:17:03 +05:30
app: reformat XML resources
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
cec0e1bbcb
commit
1be10010c8
8 changed files with 57 additions and 65 deletions
|
@ -1,11 +1,12 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<application>
|
||||
<!--
|
||||
If you don't need the activityTestRule, then you can switch to createComposeRule and add
|
||||
an empty activity here for the test harness to launch. Not having this activity is what
|
||||
broke my tests when I first started writing them with createComposeRule. Future me will thank
|
||||
past me for writing this note here.
|
||||
-->
|
||||
<activity android:name="androidx.activity.ComponentActivity" />
|
||||
</application>
|
||||
|
||||
<application>
|
||||
<!--
|
||||
If you don't need the activityTestRule, then you can switch to createComposeRule and add
|
||||
an empty activity here for the test harness to launch. Not having this activity is what
|
||||
broke my tests when I first started writing them with createComposeRule. Future me will thank
|
||||
past me for writing this note here.
|
||||
-->
|
||||
<activity android:name="androidx.activity.ComponentActivity" />
|
||||
</application>
|
||||
</manifest>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue