mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 13:29:32 -06:00
This adds a simple voice translator Android app that uses the JNI bindings to the PGF C runtime. Caveats: - Since the C runtime doesn't compile for Android right now, I've bundled an old copy, along with its Java bindings. That should be removed once the C runtime compiels for Android again. - Adding an automated build would be nice. - Replacing the grammar requires editing a Java file, that should really be more dynamic.
12 lines
324 B
XML
12 lines
324 B
XML
<resources>
|
|
|
|
<!--
|
|
Base application theme for API 11+. This theme completely replaces
|
|
AppBaseTheme from res/values/styles.xml on API 11+ devices.
|
|
-->
|
|
<style name="AppBaseTheme" parent="android:Theme.Holo.Light">
|
|
<!-- API 11 theme customizations can go here. -->
|
|
</style>
|
|
|
|
</resources>
|