Update condition tile action button text color

am: 951decebb4

Change-Id: Ie7d0b97ebb61654ad6ea0570ee033a7a037a2b09
This commit is contained in:
Fan Zhang
2017-07-27 22:10:35 +00:00
committed by android-build-merger

View File

@@ -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>