摘要:
layout_gravity 表示组件自身在父组件中的位置 gravity 表示组件的子组件在组件中的位置因为LinearLayout默认的是:android:orientation="horizontal"也就是说,只有在作为父layout的LinearLayout是android:orientation="vertical"的时候,android:layout_gravity="right"才会生效。 阅读全文
该文被密码保护。 阅读全文
摘要:
Welcome to Eclipse explorer!IntroductionEclipse Explorer is an Eclipse plugin helping you to open the folder of selected resourcesinclude follow resources:Java element, .java, .class, jar file, package, source folder and java projectCommon resources, such as .txt, .xml, and other resourceSome specia 阅读全文