Skip to content

Commit 48fb0b8

Browse files
author
Kevin Liu
committed
add toast for refrushing subject
1 parent b15bd89 commit 48fb0b8

28 files changed

+1334
-396
lines changed

AndroidManifest.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@
99
android:targetSdkVersion="17" />
1010

1111
<application
12+
android:name=".NgaApp"
1213
android:allowBackup="true"
14+
android:hardwareAccelerated="true"
1315
android:icon="@drawable/ic_launcher"
1416
android:label="@string/app_name"
15-
android:theme="@style/AppTheme"
16-
android:name=".NgaApp" android:hardwareAccelerated="true">
17+
android:theme="@style/AppTheme" >
18+
1719
<activity
1820
android:name="com.kevinjava.ngaclient.ui.MainActivity"
1921
android:label="@string/app_name" >

0 commit comments

Comments
 (0)