Skip to content

Commit

Permalink
Merge pull request #5831 from hieupham007/timob-17180-3_3_X
Browse files Browse the repository at this point in the history
[TIMOB-17180](3_3_X): Android - Remove title bar from splash screen
  • Loading branch information
ayeung committed Jun 20, 2014
2 parents cfff3cf + 891b881 commit fc3b13c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/templates/build/theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

<style name="Theme.Titanium" parent="@style/<%- flags %>">
<item name="android:windowBackground">@drawable/background</item>
<item name="android:windowActionBar">false</item>
<item name="android:windowActionBar">false</item>
<item name="android:windowNoTitle">true</item>
</style>

<style name="Theme.AppCompat.Translucent">
Expand Down

0 comments on commit fc3b13c

Please sign in to comment.