Skip to content
Snippets Groups Projects
Commit 6f50ca5b authored by Ilham Firdausi Putra's avatar Ilham Firdausi Putra
Browse files

add styles and font

parent 762a34f3
Branches
No related merge requests found
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android" >
<gradient android:angle="45"
android:startColor="@color/colorPrimary"
android:endColor="@color/colorAccent"/>
</shape>
\ No newline at end of file
File added
File added
File added
File added
File added
File added
File added
File added
<?xml version="1.0" encoding="utf-8"?>
<font-family xmlns:android="http://schemas.android.com/apk/res/android">
<font
android:fontStyle="normal"
android:fontWeight="400"
android:font="@font/circular_book" />
<font
android:fontStyle="italic"
android:fontWeight="400"
android:font="@font/circular_bookitalic" />
</font-family>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment