forked from GitHub/gf-core
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.
13 lines
381 B
XML
13 lines
381 B
XML
<resources>
|
|
|
|
<!--
|
|
Base application theme for API 14+. This theme completely replaces
|
|
AppBaseTheme from BOTH res/values/styles.xml and
|
|
res/values-v11/styles.xml on API 14+ devices.
|
|
-->
|
|
<style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">
|
|
<!-- API 14 theme customizations can go here. -->
|
|
</style>
|
|
|
|
</resources>
|