Gwindow / WhatAndroid

The What.CD Android App
http://gwindow.github.com/WhatAndroid/
BSD 2-Clause "Simplified" License
100 stars 20 forks source link

Remove DrawableRight and DrawableLeft references from xml #53

Closed stuxo closed 8 years ago

stuxo commented 8 years ago

Migrated extra drawables from xml to java, I overlooked DrawableRight and DrawableLeft it seems.

This should resolve the issue reported on the forums (reply dialog crashing)

stuxo commented 8 years ago

@Twinklebear these should definitely be added to the release

Twinklebear commented 8 years ago

Are these fixes for the forum crash that someone mentioned?

I'll aim to merge this tonight and put out a new testing build

stuxo commented 8 years ago

d2991c0 Fixes the "forum crash" when opening the reply dialog. 3f4e937 Fixes mismatched icons in the forums on light layout (sticky was a lock etc) 0ef2452 Added reply button programmatically (previously was hidden) 5f57906 Fixed white text on white background on light forum view (dark theme)