Update condition tile action button text color
Text color needs to be darker for accessibility reasons. Change-Id: I3ff37f36281d70dd180c0747a707b597139157c2 Fix: 64068145 Test: visual
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="14dp"
|
android:layout_marginTop="14dp"
|
||||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||||
android:textColor="?android:attr/colorAccent" />
|
android:textColor="?android:attr/textColorPrimary" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
android:paddingStart="0dp"
|
android:paddingStart="0dp"
|
||||||
android:alpha=".8"
|
android:alpha=".8"
|
||||||
android:textAlignment="viewStart"
|
android:textAlignment="viewStart"
|
||||||
android:textColor="?android:attr/colorAccent"
|
android:textColor="?android:attr/textColorPrimary"
|
||||||
style="?android:attr/buttonBarButtonStyle" />
|
style="?android:attr/buttonBarButtonStyle" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
@@ -85,7 +85,7 @@
|
|||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:alpha=".8"
|
android:alpha=".8"
|
||||||
android:textAlignment="viewStart"
|
android:textAlignment="viewStart"
|
||||||
android:textColor="?android:attr/colorAccent"
|
android:textColor="?android:attr/textColorPrimary"
|
||||||
style="?android:attr/buttonBarButtonStyle" />
|
style="?android:attr/buttonBarButtonStyle" />
|
||||||
|
|
||||||
</android.support.v7.widget.ButtonBarLayout>
|
</android.support.v7.widget.ButtonBarLayout>
|
||||||
|
Reference in New Issue
Block a user