All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.assertj.android.design.api.widget.TabMode Maven / Gradle / Ivy

The newest version!
package org.assertj.android.design.api.widget;

import android.support.annotation.IntDef;
import android.support.design.widget.TabLayout;
import java.lang.annotation.Retention;

import static java.lang.annotation.RetentionPolicy.SOURCE;

@IntDef({
    TabLayout.MODE_FIXED,
    TabLayout.MODE_SCROLLABLE
})
@Retention(SOURCE)
@interface TabMode {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy