Skip to content

Commit

Permalink
Merge pull request #121 from bullheadandplato/cursor
Browse files Browse the repository at this point in the history
fixed blinking cursor again
  • Loading branch information
enricocid authored Jan 12, 2020
2 parents d755a11 + 1f58c3e commit 46b5a55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
<item name="android:fontFamily">@font/raleway</item>
<item name="md_font_title">@font/raleway_black</item>
<item name="alertDialogTheme">@style/DialogsStyle</item>
<item name="preferenceTheme">@style/PrefTheme</item>
</style>

<style name="PrefTheme" parent="PreferenceThemeOverlay">
<item name="android:scrollbars">none</item>
</style>

<style name="DialogsStyle" parent="Theme.AppCompat.DayNight.Dialog">
Expand Down

0 comments on commit 46b5a55

Please sign in to comment.