Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
genwo123 committed Dec 1, 2022
1 parent 5b5cec2 commit ed15d8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,11 @@
<style name="urgentButton" parent="Widget.AppCompat.Button.Colored">
<item name="android:colorPrimaryDark">@color/colorPrimaryDark</item>
</style>

<style name="binggraeboldButton" parent="android:Widget.Button">
<item name="android:fontFamily">@font/l_f_binggraebold</item>
</style>
<style name="binggraeboldTextView" parent="android:Widget.TextView">
<item name="android:fontFamily">@font/l_f_binggraebold</item>
</style>
</resources>

0 comments on commit ed15d8a

Please sign in to comment.