AlphaTabsIndicator
1.0.0
Microblogging d'imitation élevé au bas de la barre d'état de la bibliothèque légère pour la plupart des exigences d'application de la barre d'état inférieure.
Imitation WeChat au bas de l'étiquette de l'onglet, faites glisser le dégradé de couleurs, augmentez la fonction de marquage d'angle, utilisation extrêmement simple, seulement deux lignes de code.
查看中文文档
Télécharger la démo
dependencies {
compile 'com.yinglan.alphatabs:library:1.0.8'
}
<com.yinglan.alphatabs.AlphaTabsIndicator
android:id="@+id/alphaIndicator"
android:layout_width="match_parent"
android:layout_height="55dp"
android:orientation="horizontal">
<com.yinglan.alphatabs.AlphaTabView
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:padding="5dp"
app:tabIconNormal=""
app:tabIconSelected=""
app:tabText=""
app:tabTextSize=""
app:textColorNormal=""
app:textColorSelected=""
app:badgeBackgroundColor=""
app:paddingTexwithIcon=""/>
<com.yinglan.alphatabs.AlphaTabView
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:padding="5dp"
app:tabIconNormal=""
app:tabIconSelected=""
app:tabText=""
app:tabTextSize=""
app:textColorNormal=""
app:textColorSelected=""
app:badgeBackgroundColor=""
app:paddingTexwithIcon=""/>
、、、、
、、、、
</com.yinglan.alphatabs.AlphaTabsIndicator> //模式
Paramètres | Signification |
---|---|
ongletIcôneNormal | Icône non sélectionnée |
tabIcôneSélectionné | Icône déjà sélectionnée |
ongletTexte | Texte de la balise d'onglet |
tabTextSize | Onglet La taille de l'étiquette |
texteCouleurNormal | Couleur du texte non cochée |
texteCouleurSélectionné | Couleur du texte sélectionné |
badgeContexteCouleur | Couleur d'arrière-plan des coins, rouge par défaut |
paddingTexwithIcon | La distance entre l'icône et le texte |
mAlphaTabView.showNumber(int i); //Display digital remind
mAlphaTabView.showPoint(); //Show little red dot
mAlphaTabView.removeShow(); //Remove the digital remind
mAlphaTabsIndicator.setViewPager(ViewPager mViewPger); //Set ViewPager
mAlphaTabsIndicator.setOnTabChangedListner(OnTabChangedListner listner); //Settings TAB at the bottom click to monitor
mAlphaTabsIndicator.removeAllBadge(); //Remove all remind the TAB
mAlphaTabsIndicator.setTabCurrenItem(int tabIndex); //Settings TAB option
La bibliothèque est sous l'autorisation de M. Jeasonlzy, sur la base de son AlphaIndicatorView, apportez des améliorations à la convivialité, merci, continuez maintenant à l'open source.