1
0
mirror of https://github.com/sismics/docs.git synced 2026-01-07 05:49:35 +00:00

Init Android project

This commit is contained in:
Ben
2013-12-27 13:27:58 +01:00
parent 77f0368ba5
commit 60beb0e2f5
30 changed files with 961 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Sismics Docs</string>
<string name="title_doc_detail">Doc Detail</string>
</resources>

View File

@@ -0,0 +1,8 @@
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="android:Theme.Holo.Light">
<!-- Customize your theme here. -->
</style>
</resources>