react-native-keyboard-controller
Version:
Keyboard manager which works in identical way on both iOS and Android
17 lines (16 loc) • 511 B
text/xml
<resources>
<style name="gboard_dark">
<item name="color">@android:color/system_neutral1_900</item>
</style>
<style name="gboard_light">
<item name="color">@android:color/system_neutral1_50</item>
</style>
<style name="yandex_dark">
<item name="color">@android:color/system_neutral2_900</item>
<!-- TODO: doesn't match -->
</style>
<style name="yandex_light">
<item name="color">@android:color/system_neutral2_50</item>
<!-- TODO: doesn't match -->
</style>
</resources>