パーセント サポート ライブラリを使用してレイアウト付きの単純なグラフを作成しようとしていますが、データ バインディングを使用してパーセントをビューに割り当てる方法がわかりません。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}"
/>