Guest User

Untitled

a guest
Jun 24th, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. android:resizeableActivity="false"
  2.  
  3. <activity android:name=".SomeActivity"
  4. android:label="@string/app_name"
  5. android:resizeableActivity="false" />
  6.  
  7. <application
  8. android:resizeableActivity="false" >
  9. . . .
  10. </application>
Add Comment
Please, Sign In to add comment