Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <config-file target="res/xml/config.xml" parent="/*">
  2. <application>
  3. <preference name="android-theme" value="@style/Theme.AppCompat.NoActionBar"/>
  4. </application>
  5. </config-file>
  6.  
  7. <manifest>
  8. <application>
  9. <activity android:theme="@android:style/Theme.DeviceDefault.NoActionBar">
  10. </application>
  11. </manifest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement