aboutsummaryrefslogtreecommitdiff
path: root/test-app/src/main/res/values/themes.xml
diff options
context:
space:
mode:
authorXusong Wang <xusongw@google.com>2022-02-22 11:34:31 -0800
committerXusong Wang <xusongw@google.com>2022-02-22 11:45:31 -0800
commitd03a539caf835757f49c8aef65954a94ee3ee558 (patch)
treec73f357bebf628d81baed9a8ef75fe8634f48678 /test-app/src/main/res/values/themes.xml
parentfe6d822065c44137777f080862d6a1b2d61b8a2c (diff)
parent344be3f6bf03fb6b63a80b36f08f8dccac59d784 (diff)
downloadrenderscript-intrinsics-replacement-toolkit-d03a539caf835757f49c8aef65954a94ee3ee558.tar.gz
Merge remote-tracking branch 'aosp/upstream-main' into import
Test: build Change-Id: I0f22bf9a2da413ba4534fd9cf1ef70f6ff42e5b0
Diffstat (limited to 'test-app/src/main/res/values/themes.xml')
-rw-r--r--test-app/src/main/res/values/themes.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/test-app/src/main/res/values/themes.xml b/test-app/src/main/res/values/themes.xml
new file mode 100644
index 0000000..eb2b1ae
--- /dev/null
+++ b/test-app/src/main/res/values/themes.xml
@@ -0,0 +1,16 @@
+<resources xmlns:tools="http://schemas.android.com/tools">
+ <!-- Base application theme. -->
+ <style name="Theme.RenderscriptIntrinsicsReplacementToolkit" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
+ <!-- Primary brand color. -->
+ <item name="colorPrimary">@color/purple_500</item>
+ <item name="colorPrimaryVariant">@color/purple_700</item>
+ <item name="colorOnPrimary">@color/white</item>
+ <!-- Secondary brand color. -->
+ <item name="colorSecondary">@color/teal_200</item>
+ <item name="colorSecondaryVariant">@color/teal_700</item>
+ <item name="colorOnSecondary">@color/black</item>
+ <!-- Status bar color. -->
+ <item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
+ <!-- Customize your theme here. -->
+ </style>
+</resources> \ No newline at end of file