Skip to content

Instantly share code, notes, and snippets.

View Mihir3646's full-sized avatar

Mihir Trivedi Mihir3646

View GitHub Profile
<application
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
…>
</application>
@Mihir3646
Mihir3646 / YouXML.xml
Created March 22, 2017 13:06
Font Family
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/lobster"/>