актуально для андроид 4.0.4
Изменяем цвет надписей в меню настройки(мелкий шрифт)
Идем по пути framework-res\res\layout и делаем изменения в следующих файлах:
preference.xml
<TextView android:textAppearance="?textAppearanceSmall" android:textColor="?textColorSecondary" android:id="@id/summary" android:layout_width="wrap_content" android:layout_height="wrap_content" android:maxLines="4" android:layout_below="@id/title" android:layout_alignLeft="@id/title" />
в строчке android:textColor="?textColorSecondary" значение textColorSecondary меняем на своё, я поставил #fff18400
далее preference_child.xml
меняем этот же параметр
далее preference_information.xml
меняем тот же параметр.
получается вот так
upwap.ru/2569278 и
upwap.ru/2569281
Ссылка на пост
18 июн 2012 в 13:32