Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <resources xmlns:android="http://schemas.android.com/apk/res/android">
  2. <!-- Application theme. -->
  3. <style name="AppTheme" parent="android:Theme.DeviceDefault">
  4. <item name="android:windowSwipeToDismiss">false</item>
  5. </style>
  6. </resources>
  7.  
  8. <application
  9. android:allowBackup="true"
  10. android:name="nl.example.WearApplication"
  11. android:icon="@mipmap/ic_launcher"
  12. android:label="@string/app_name"
  13. android:supportsRtl="true"
  14. android:theme="@style/AppTheme">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement