|
|
@ -31,26 +31,28 @@ |
|
|
|
app:tint="@color/tv_text_default" /> |
|
|
|
app:tint="@color/tv_text_default" /> |
|
|
|
</FrameLayout> |
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_weight="1" |
|
|
|
android:layout_weight="1" |
|
|
|
android:paddingTop="8dp" |
|
|
|
android:orientation="vertical"> |
|
|
|
android:paddingBottom="8dp"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/tv_name" |
|
|
|
android:id="@+id/tv_name" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="0dp" |
|
|
|
|
|
|
|
android:layout_weight="1" |
|
|
|
android:singleLine="true" |
|
|
|
android:singleLine="true" |
|
|
|
android:text="@string/app_name" |
|
|
|
android:text="@string/app_name" |
|
|
|
android:textSize="16sp" /> |
|
|
|
android:textSize="16sp" |
|
|
|
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
|
|
|
tools:ignore="NestedWeights" /> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/ll_brief" |
|
|
|
android:id="@+id/ll_brief" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_alignParentBottom="true" |
|
|
|
android:layout_weight="1" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:orientation="horizontal"> |
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
|
|
@ -82,12 +84,5 @@ |
|
|
|
tools:text="2017-05-22" /> |
|
|
|
tools:text="2017-05-22" /> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
</LinearLayout> |
|
|
|
android:id="@+id/tv_sub_count" |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_alignParentBottom="true" |
|
|
|
|
|
|
|
android:visibility="gone" |
|
|
|
|
|
|
|
tools:text="0 项" /> |
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |