Skip to content
Snippets Groups Projects
Commit c78278bf authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Temporarily disable displaying debug information

Should come up with the way to display the debug info again soon.

Change-Id: I20a01d1f03330cee05d4e52fd1ab622e315c87e9
parent 144ba958
No related branches found
No related tags found
No related merge requests found
...@@ -349,9 +349,9 @@ public class CandidateView extends LinearLayout implements OnClickListener, OnLo ...@@ -349,9 +349,9 @@ public class CandidateView extends LinearLayout implements OnClickListener, OnLo
dv.setTextColor(0xff808080); dv.setTextColor(0xff808080);
dv.setText(info.getDebugString()); dv.setText(info.getDebugString());
// TODO: debug view for candidate strip needed. // TODO: debug view for candidate strip needed.
mCandidatesPane.addView(dv); // mCandidatesPane.addView(dv);
LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams)dv.getLayoutParams(); // LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams)dv.getLayoutParams();
lp.gravity = Gravity.BOTTOM; // lp.gravity = Gravity.BOTTOM;
} }
} }
if (x != 0) { if (x != 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment