Merge "UI changes for smaller devices and GTV. Fix for defect 4616102."
This commit is contained in:
committed by
Android (Google) Code Review
commit
ebeacef015
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user