relan 68de2356c5 Fix default textColor for TextView
TextView respects textViewStyle since appcompat-v7:22.2:

     public AppCompatTextView(Context context, AttributeSet attrs) {
-        this(context, attrs, 0);
+        this(context, attrs, android.R.attr.textViewStyle);
     }

This change in appcompat-v7 breaks previous behaviour by applying
textColorSecondary to TextViews: text becomes grey after upgrading
appcompat-v7 to 22.2.

See https://code.google.com/p/android/issues/detail?id=170476
2015-10-19 07:56:41 +03:00
..
2015-10-04 08:14:48 -07:00
2015-10-19 07:56:41 +03:00
2015-10-09 11:19:41 +02:00
2015-10-13 22:49:05 +02:00
2015-10-06 14:19:05 +02:00