文件名称:Android-SimpleLayout
文件大小:140KB
文件格式:ZIP
更新时间:2024-07-24 23:30:26
Java
Android-SimpleLayout 简单的方法是使用左上角协调来定位 android 视图。 在您的设计 UI 上使用协调,它将转换为您想要显示的大小或设备显示大小。 用法 ###Programmatically SimpleLayout layout = new SimpleLayout(getApplication()); setContentView(layout, new LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.MATCH_PARENT)); ImageView img = new ImageView(getApplication()); img.setImageResource(R.drawable.ic_launcher); SimpleLayout.LayoutParams param = ne
【文件预览】:
Android-SimpleLayout-master
----LICENSE(11KB)
----app()
--------src()
--------build.gradle(491B)
----.gitignore(357B)
----README.md(2KB)
----settings.gradle(15B)
----build.gradle(301B)