Кто знает почему textColor может перестать работать?
<Button
android:id="@+id/search_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#333333"
android:hint="
@string/search"
android:textColor="#FFF" />