Merge "UI changes for smaller devices and GTV. Fix for defect 4616102."

This commit is contained in:
Yohann Connell
2011-08-04 12:52:53 -07:00
committed by Android (Google) Code Review

View File

@@ -112,7 +112,10 @@ public class VideoPlayerView extends Activity {
sidePanel = new LinearLayout(this);
sidePanel.setOrientation(LinearLayout.VERTICAL);
sidePanel.addView(scrollView, new LinearLayout.LayoutParams((int)(width * 0.35), (int)(height * 0.5)));
sidePanel.addView(scrollView, new LinearLayout.LayoutParams(
(int)(width * 0.35),
(int)(height * 0.5)));
LinearLayout.LayoutParams paramsSidePanel = new LinearLayout.LayoutParams(
LinearLayout.LayoutParams.WRAP_CONTENT,