anko icon indicating copy to clipboard operation
anko copied to clipboard

app:excludeView ???

Open jackxieweiwu opened this issue 7 years ago • 1 comments

  <com.ui.widget.BatteryWidget
                    android:id="@+id/main_BatteryWidget"
                    android:layout_width="100dp"
                    android:layout_height="wrap_content"
                    android:layout_gravity="center_vertical"
                    android:visibility="gone"
                    app:excludeView="singleVoltage" />

app:excludeView anko???

jackxieweiwu avatar Jun 05 '18 07:06 jackxieweiwu

@jackxieweiwu you could just call BateryWidget functions directly, no need to use view attributes for it

stepango avatar Sep 29 '18 03:09 stepango