Skip to content

Commit 4937604

Browse files
committed
1:修改News详情字体颜色;
1 parent 7171c70 commit 4937604

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

module_news/src/main/res/layout/view_news_detail.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
android:layout_width="match_parent"
6464
android:layout_height="wrap_content"
6565
android:layout_margin="@dimen/size_15dp"
66-
android:textSize="17sp" />
66+
android:textSize="17sp"
67+
android:textColor="@android:color/secondary_text_light" />
6768

6869
</android.support.v4.widget.NestedScrollView>
6970

0 commit comments

Comments
 (0)