The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

t/oxr_android: Match theme to temporary logo

+3 -3
+3 -3
src/xrt/targets/openxr_android/src/main/res/values/colors.xml
··· 4 4 SPDX-License-Identifier: BSL-1.0 5 5 --> 6 6 <resources> 7 - <color name="colorPrimary">#6200EE</color> 8 - <color name="colorPrimaryDark">#3700B3</color> 9 - <color name="colorAccent">#03DAC5</color> 7 + <color name="colorPrimary">#2196F3</color> 8 + <color name="colorPrimaryDark">#3F51B5</color> 9 + <color name="colorAccent">#FF9800</color> 10 10 </resources>