Преглед на файлове

1:修改News详情字体颜色;

guiying712 преди 8 години
родител
ревизия
4937604592
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      module_news/src/main/res/layout/view_news_detail.xml

+ 2 - 1
module_news/src/main/res/layout/view_news_detail.xml

@@ -63,7 +63,8 @@
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:layout_margin="@dimen/size_15dp"
-            android:textSize="17sp" />
+            android:textSize="17sp"
+            android:textColor="@android:color/secondary_text_light" />
 
     </android.support.v4.widget.NestedScrollView>