I am making one chat application in this i am using icon fonts with reference font awesome,I have saved ttf file into my project assets folder after that i am accessing icons using by setting typeface,problem is i want to change size,color of icon font.Please help me
<TextView
android:id="@+id/landing_drawer_image"
android:layout_width="@dimen/width_40"
android:layout_height="@dimen/height_40"
android:layout_marginLeft="@dimen/margin_15"
android:textColor="@color/grey_black_1000"
android:gravity="center_vertical"
android:text="Drawable"
/>
viewHolder.drawerItemImage.setText("A");