|
|
|
@ -24,6 +24,7 @@ |
|
|
|
android:gravity="center" |
|
|
|
android:paddingBottom="@dimen/dp_10" |
|
|
|
android:paddingTop="@dimen/dp_10" |
|
|
|
android:paddingLeft="@dimen/dp_5" |
|
|
|
android:text="序号" |
|
|
|
android:textColor="@color/grey666666" |
|
|
|
android:textSize="16sp" /> |
|
|
|
@ -111,6 +112,7 @@ |
|
|
|
android:layout_width="40dp" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_below="@id/tv_name" |
|
|
|
android:paddingLeft="@dimen/dp_5" |
|
|
|
android:scrollbars="none"></ListView> |
|
|
|
|
|
|
|
<com.qhclh.ytzh.ui.LinkedHorizontalScrollView |
|
|
|
|