AnySoftKeyboard/Theme

Theme keyTextColor and keyTextStyle does not work

stardomains2 opened this issue · 1 comments

Using the latest ASK app as of today on Android 8.1, when you change the keyTextStyle and/or keyTextColor in styles.xml in this Theme github project...

eg.

`@drawable/btn_keyboard_key

	<item name="keyTextColor">#FF00FF33</item>

	<item name="keyTextStyle">italic</item>

`

it will not change in the theme. I can get the theme to post to the ASK app and it will have my name, background, key design with stroke etc. But for these items it will not work.

Also I think the gradle settings needs updating as I had to insert a lot of stuff to get the latest Android Studio to get it going.

mav- commented

I know this is an old issue, but also running into this today while trying to build a theme. (gradle settings also btw, but the PR by timkrief fixes that).
Is there a fix for the styles.xml problem?