We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7171c70 commit 4937604Copy full SHA for 4937604
module_news/src/main/res/layout/view_news_detail.xml
@@ -63,7 +63,8 @@
63
android:layout_width="match_parent"
64
android:layout_height="wrap_content"
65
android:layout_margin="@dimen/size_15dp"
66
- android:textSize="17sp" />
+ android:textSize="17sp"
67
+ android:textColor="@android:color/secondary_text_light" />
68
69
</android.support.v4.widget.NestedScrollView>
70
0 commit comments