mirror of
https://gitee.com/houstudio/Cdroid.git
synced 2024-12-02 12:17:46 +08:00
modify uidemo1 to fullscreen
This commit is contained in:
parent
c43a0e0883
commit
43a1676229
@ -64,6 +64,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/textview1"
|
||||
android:background="#112233"
|
||||
android:text="@string/teststring1"/>
|
||||
</LinearLayout>
|
||||
|
||||
|
@ -152,7 +152,7 @@ MediaWindow::MediaWindow(int x,int y,int w,int h):Window(x,y,w,h){
|
||||
}
|
||||
|
||||
Window*CreateMultiMedia(){
|
||||
MediaWindow*w=new MediaWindow(0,0,800,640);
|
||||
MediaWindow*w=new MediaWindow(0,0,-1,-1);
|
||||
w->setText("Media");
|
||||
//LOGD("CreateMultiMedia");
|
||||
return w;
|
||||
|
Loading…
Reference in New Issue
Block a user