摘要:
下载播放器 安装命令:sudo apt-get install smplayer再安装解码器: 安装win32codecs包 如果是intel的CPU 代码: sudo apt-get install w32codecs 如果是64位 CPU 代码: sudo apt-get install w64 阅读全文
摘要:
效果图: 前5个是button填充的,最后一个是线性布局下放置一个button在填充。 layout.xml <?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:andro 阅读全文
摘要:
将手机桌面划分区域,进行表格布局。 效果图: layout.xml <?xml version="1.0" encoding="utf-8"?> <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns 阅读全文