OSDN Git Service

Change TermViewFlipper background color to match EmulatorView background
authorSteven Luo <steven+android@steven676.net>
Mon, 23 Jan 2012 09:40:10 +0000 (01:40 -0800)
committerJack Palevich <jackpal@google.com>
Wed, 25 Jan 2012 21:29:43 +0000 (13:29 -0800)
commit7515d24cb6684fa2702efff4a68b6a25030f30e7
treeb7bbce80a99edef79f1ad87415a1d2599b0452b9
parent9ca6313151f1ea2a2cd417386341ec245ff663c1
Change TermViewFlipper background color to match EmulatorView background

With the previous patch, EmulatorViews no longer always take up the
whole of our activity, causing the TermViewFlipper's background to show
through briefly when opening the soft keyboard.  Make it match the
EmulatorViews' background color to avoid a distracting visual flash.

Signed-off-by: Jack Palevich <jackpal@google.com>
src/jackpal/androidterm/Term.java
src/jackpal/androidterm/TermViewFlipper.java