Grial-UI-Kit-Support
Grial-UI-Kit-Support copied to clipboard
Setting icon in android layout
Hello,
this is not really a bug but i cant seem to find anything in the documentation. I have added icons to my assets in adroid however if i want to set an icon in the android project in layout i am not able to.
<TextView android:id="@+id/imageView1" android:layout_row="0" android:layout_gravity="center_vertical" android:layout_column="0" android:textColor="#BDC3C7" android:text ="GrialIconsFont.Plus" />
can you please tell me how to achieve this? Thank you