mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
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
@ -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…
x
Reference in New Issue
Block a user