Skip to content

Commit 4b6024e

Browse files
committed
Removing titlebar
1 parent a9b2b18 commit 4b6024e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<application
1010
android:icon="@drawable/ic_launcher"
1111
android:label="@string/app_name"
12-
android:name="com.tackmobile.SliderPuzzleApplication">
12+
android:name="com.tackmobile.SliderPuzzleApplication"
13+
android:theme="@android:style/Theme.NoTitleBar">
1314
<activity
1415
android:name=".SliderPuzzleActivity"
1516
android:label="@string/app_name" >

0 commit comments

Comments
 (0)