UI changes for smaller devices and GTV. Fix for defect 4616102.
Change-Id: Ida32671121d35de49894f91f6145a568ba9cfb77
This commit is contained in:
@@ -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