【发布时间】:2016-03-10 16:23:50
【问题描述】:
尝试使用百分比支持库创建带有布局的简单图形,但我无法弄清楚如何通过数据绑定分配百分比来查看。尝试返回 String "60%", float 0.6f, Float 0.6f, int 60。没有任何效果。
<View
android:id="@+id/graph_before"
android:layout_height="@dimen/list_graph_line_height"
android:layout_gravity="center_vertical"
android:background="@color/colorAccent"
app:layout_marginLeftPercent="@{item.percentValueLeft}"
app:layout_widthPercent="@{item.percentValueWidth}"
/>
【问题讨论】:
标签: android android-databinding android-percent-library percent-support-library