Temporarily disable displaying debug information
Should come up with the way to display the debug info again soon. Change-Id: I20a01d1f03330cee05d4e52fd1ab622e315c87e9
This commit is contained in:
parent
144ba95813
commit
c78278bfb4
1 changed files with 3 additions and 3 deletions
|
@ -349,9 +349,9 @@ public class CandidateView extends LinearLayout implements OnClickListener, OnLo
|
|||
dv.setTextColor(0xff808080);
|
||||
dv.setText(info.getDebugString());
|
||||
// TODO: debug view for candidate strip needed.
|
||||
mCandidatesPane.addView(dv);
|
||||
LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams)dv.getLayoutParams();
|
||||
lp.gravity = Gravity.BOTTOM;
|
||||
// mCandidatesPane.addView(dv);
|
||||
// LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams)dv.getLayoutParams();
|
||||
// lp.gravity = Gravity.BOTTOM;
|
||||
}
|
||||
}
|
||||
if (x != 0) {
|
||||
|
|
Loading…
Reference in a new issue