Skip to content

加载本地或者网络XML 生成Android布局View

Notifications You must be signed in to change notification settings

long8313002/XmlToView

Repository files navigation

XmlToView

功能:

1、根据项目XML文件 通过插件生成JAVA布局代码 提高性能

2、解析网络或者本地XML文件 生成布局视图 动态加载布局

目前支持:

View:
1、android:layout_width
2、android:layout_height
3、android:layout_gravity
4、android:layout_marginLeft
5、android:layout_marginRight
6、android:layout_marginTop
7、android:layout_marginBottom
8、android:layout_margin
9、android:gravity
10、android:paddingLeft
11、android:paddingTop
12、android:paddingRight
13、android:paddingBottom
14、android:padding
15、android:id
16、android:background
17、android:clickable

TextView:
1、android:text
2、android:textSize
2、android:textColor

EditText:
1、android:hint

ImageView:
1、android:src

LinearLayout:
1、android:orientation

FrameLayout:


以上比如 TextView是View父类 所以TextView支持View所支持的属性

About

加载本地或者网络XML 生成Android布局View

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages