OEP / rainwave-android

Voting client for rainwave.cc -- development here has stopped in favor of official support for mobile

Home Page:http://rainwave.cc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to see buttons on "Now Playing" screen at 240x320 resolution

OEP opened this issue · comments

Sicno reports he is unable to see the buttons at the bottom of the Now Playing screen. His device is a Galaxy Mini, which has a 240x320 resolution. I previously did not consider such small resolutions when I developed the layout, so this is probably the issue.

The proposed fix for this is to tweak the current layout so that it works on 240x320, create a special layout for low-resolution devices, or possibly encapsulate the entire layout in a ScrollView so low-res devices can scroll down the page.