package cn.wonders.codeui;import android.support.v7.app.ActionBarActivity;import android.view.ViewGroup.LayoutParams;import android.widget.LinearLayout;import android.widget.TextView;import android.os.Bundle;public class MainActivity extends ActionBarActivity {@Overrideprotected void onCreate(Bundle savedInstanceState) {super.onCreate(savedInstanceState);//linearLayoutLinearLayout linearLayout = new LinearLayout(this);linearLayout.setOrientation(LinearLayout.VERTICAL);//textViewTextView textView = new TextView(this);textView.setText(R.string.hello_world);LayoutParams textViewParams = new LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT);linearLayout.addView(textView, textViewParams);//paramsLayoutParams layoutParams = new LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.MATCH_PARENT);setContentView(linearLayout, layoutParams);}}

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android实现创意LoadingView动画效果
  2. Android实用小技巧(持续更新)
  3. 对比Appium和Calabash
  4. Android导入工程提示Invalid project des
  5. Android(安卓)Room 增删改查 个人经验
  6. Android(安卓)webkit 事件传递流程通道分
  7. android 分支 详解
  8. 动态添加权限
  9. android中的 touch事件
  10. Android(安卓)RecyclerView DiffUtil 局