t/oxr_android: Match theme to temporary logo

This commit is contained in:
Ryan Pavlik 2020-10-30 16:14:19 -05:00
parent f46b801ad4
commit 36a9273db2

View file

@ -4,7 +4,7 @@
SPDX-License-Identifier: BSL-1.0
-->
<resources>
<color name="colorPrimary">#6200EE</color>
<color name="colorPrimaryDark">#3700B3</color>
<color name="colorAccent">#03DAC5</color>
<color name="colorPrimary">#2196F3</color>
<color name="colorPrimaryDark">#3F51B5</color>
<color name="colorAccent">#FF9800</color>
</resources>