AlphaTabsIndicator
1.0.0
Hohe Nachahmung von Microblogging am unteren Rand der Statusleiste der leichtgewichtigen Bibliothek für die meisten Anwendungsanforderungen in der unteren Statusleiste.
Nachahmung von WeChat am unteren Rand der Registerkarte, Schieben des Farbverlaufs, Erhöhen der Winkelmarkierungsfunktion, extrem einfache Verwendung, nur zwei Codezeilen.
查看中文文档
Demo herunterladen
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> //模式
Parameter | Bedeutung |
---|---|
tabIconNormal | Nicht ausgewähltes Symbol |
tabIconSelected | Bereits ausgewähltes Symbol |
tabText | Tab-Tag-Text |
tabTextSize | Tab Die Größe des Etiketts |
textColorNormal | Ungeprüfte Textfarbe |
textColorSelected | Ausgewählte Textfarbe |
BadgeBackgroundColor | Hintergrundfarbe der Ecken, standardmäßig Rot |
paddingTexwithIcon | Der Abstand zwischen Symbol und Text |
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
Die Bibliothek befindet sich in der Erlaubnis von Herrn Jeasonlzy und führt auf der Grundlage seines AlphaIndicatorView Verbesserungen der Benutzerfreundlichkeit durch. Vielen Dank, jetzt weiterhin Open Source.