mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-30 13:09:01 +02:00
Move dead submodules in-tree
Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
parent
c0cceff365
commit
6c655321e6
4081 changed files with 1185566 additions and 45 deletions
8
externals/oboe/samples/drumthumper/src/main/res/values/colors.xml
vendored
Normal file
8
externals/oboe/samples/drumthumper/src/main/res/values/colors.xml
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="colorPrimary">#008577</color>
|
||||
<color name="colorPrimaryDark">#00574B</color>
|
||||
<color name="colorAccent">#D81B60</color>
|
||||
<color name="black">#FF000000</color>
|
||||
<color name="red">#BB0000</color>
|
||||
</resources>
|
||||
3
externals/oboe/samples/drumthumper/src/main/res/values/strings.xml
vendored
Normal file
3
externals/oboe/samples/drumthumper/src/main/res/values/strings.xml
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<resources>
|
||||
<string name="app_name">DrumThumper</string>
|
||||
</resources>
|
||||
11
externals/oboe/samples/drumthumper/src/main/res/values/styles.xml
vendored
Normal file
11
externals/oboe/samples/drumthumper/src/main/res/values/styles.xml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<resources>
|
||||
|
||||
<!-- Base application theme. -->
|
||||
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
|
||||
<!-- Customize your theme here. -->
|
||||
<item name="colorPrimary">@color/colorPrimary</item>
|
||||
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
||||
<item name="colorAccent">@color/colorAccent</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue