创奇网截止7月底已更新6000+套源码,市面大部分主流源码都保存及时更新
终身VIP会员可全站免费下载(除了几十套商业源码)适合高质量搬运
此处广告位招租 此处广告位招租 此处广告位招租 此处广告位招租
毕业
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
compile 'com.github.pavel163:BifacialView:1.1.1'
}
如何使用
<com.ebr163.bifacialview.view.BifacialView
android:layout_width="match_parent"
android:layout_height="226dp"
app:drawableLeft="@drawable/left"
app:drawableRight="@drawable/right"
app:arrowVisibility="true"
app:leftText="before"
app:rightText="after"
app:textSize="20sp"
app:delimiterColor="@android:color/white"
app:arrowColor="@android:color/holo_orange_light"
app:textColor="@android:color/holo_orange_light" />
要以编程方式安装图片,请使用:
bifacialView.setDrawableLeft(drawableLeft);
bifacialView.setDrawableRight(drawableRight);
本文由(创奇网@)整理自网络,如转载请注明出处:https://www.chuang7.com/25640.html;
本站发布的内容若侵犯到您的权益,请邮件联系 admin@chuang7.com 删除,我们将及时处理!
=========================================本站大部分下载资源收集于网络,不保证其完整性以及安全性,请下载后自行测试。
本站资源仅供学习和交流使用,版权归资源原作者所有,请在下载后24小时之内自觉删除。
若作商业用途,请购买正版,由于未及时购买和付费发生的侵权行为,与本站无关。