Android 屏幕适配(一)百分比布局库(percent-support-lib)解析与扩展
layout_heightPercent="20%"app:layout_widthPercent="70%"/><TextViewandroid:id="@id/row_one_item_two"android:layout_width="0dp"android:layout_height="0dp"android:layout_toRightOf="@id/row_one_item_one"android:background="#...