1
0
forked from GitHub/gf-core

an improvised dictionary mode in the Android translator

This commit is contained in:
kr.angelov
2013-10-10 15:39:52 +00:00
parent 506c5a5b4e
commit fe44835820
11 changed files with 223 additions and 38 deletions

View File

@@ -14,7 +14,7 @@
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
android:theme="@style/AppTheme" android:name="GFTranslator">
<activity
android:name=".MainActivity"
android:label="@string/app_name" >
@@ -24,6 +24,7 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name="LexicalEntryActivity"></activity>
</application>
</manifest>