LSettingItem setRightText不显示
我想显示2的样式,但是update.setRightText("1111");
之后还是显示1的空白
原来是少了一句话leon:isShowRightText="true"
<com.leon.lib.settingview.LSettingItem
android:id="@+id/checkupdate"
android:layout_width="match_parent"
android:layout_height="wrap_content"
leon:leftText="版本信息"
leon:leftIcon="@drawable/checkupdate"
leon:rightStyle="iconShow"
leon:isShowRightText="true"
/>