-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
1 addition
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> | ||
|
||
<application | ||
android:allowBackup="true" | ||
android:icon="@mipmap/ic_launcher" | ||
android:label="@string/app_name" | ||
android:supportsRtl="true" | ||
android:theme="@style/Theme.ComposeMultipleBackstackDemo" /> | ||
|
||
<manifest> | ||
</manifest> |
30 changes: 0 additions & 30 deletions
30
multiplebackstackapplier/src/main/res/drawable-v24/ic_launcher_foreground.xml
This file was deleted.
Oops, something went wrong.
170 changes: 0 additions & 170 deletions
170
multiplebackstackapplier/src/main/res/drawable/ic_launcher_background.xml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
multiplebackstackapplier/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
multiplebackstackapplier/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
multiplebackstackapplier/src/main/res/mipmap-anydpi-v33/ic_launcher.xml
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file removed
BIN
-2.83 KB
multiplebackstackapplier/src/main/res/mipmap-hdpi/ic_launcher_round.webp
Binary file not shown.
Binary file removed
BIN
-982 Bytes
multiplebackstackapplier/src/main/res/mipmap-mdpi/ic_launcher.webp
Binary file not shown.
Binary file removed
BIN
-1.73 KB
multiplebackstackapplier/src/main/res/mipmap-mdpi/ic_launcher_round.webp
Binary file not shown.
Binary file removed
BIN
-1.86 KB
multiplebackstackapplier/src/main/res/mipmap-xhdpi/ic_launcher.webp
Binary file not shown.
Binary file removed
BIN
-3.83 KB
multiplebackstackapplier/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
Binary file not shown.
Binary file removed
BIN
-2.82 KB
multiplebackstackapplier/src/main/res/mipmap-xxhdpi/ic_launcher.webp
Binary file not shown.
Binary file removed
BIN
-5.78 KB
multiplebackstackapplier/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
Binary file not shown.
Binary file removed
BIN
-3.75 KB
multiplebackstackapplier/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
Binary file not shown.
Binary file removed
BIN
-7.6 KB
multiplebackstackapplier/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
Binary file not shown.
16 changes: 0 additions & 16 deletions
16
multiplebackstackapplier/src/main/res/values-night/themes.xml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="purple_200">#FFBB86FC</color> | ||
<color name="purple_500">#FF6200EE</color> | ||
<color name="purple_700">#FF3700B3</color> | ||
<color name="teal_200">#FF03DAC5</color> | ||
<color name="teal_700">#FF018786</color> | ||
<color name="black">#FF000000</color> | ||
<color name="white">#FFFFFFFF</color> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
<resources> | ||
<string name="app_name">ComposeMultipleBackstack</string> | ||
</resources> |
This file was deleted.
Oops, something went wrong.