Back to project page digital-ocean-swimmer.
The source code is released under:
MIT License
If you think the Android project digital-ocean-swimmer listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.yassirh.digitalocean.ui; /*w w w . jav a 2s . co m*/ public class DrawerPositions{ public static final int DROPLETS_FRAGMENT_POSITION = 0; public static final int DOMAINS_FRAGMENT_POSITION = 1; public static final int IMAGES_FRAGMENT_POSITION = 2; public static final int SSHKEYS_FRAGMENT_POSITION = 3; public static final int REGIONS_FRAGMENT_POSITION = 4; public static final int SIZES_FRAGMENT_POSITION = 5; public static final int SETTINGS_POSITION = 6; }