We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b2b18 commit 4b6024eCopy full SHA for 4b6024e
AndroidManifest.xml
@@ -9,7 +9,8 @@
9
<application
10
android:icon="@drawable/ic_launcher"
11
android:label="@string/app_name"
12
- android:name="com.tackmobile.SliderPuzzleApplication">
+ android:name="com.tackmobile.SliderPuzzleApplication"
13
+ android:theme="@android:style/Theme.NoTitleBar">
14
<activity
15
android:name=".SliderPuzzleActivity"
16
android:label="@string/app_name" >
0 commit comments