Change the color of format button in "Device storage > Format" screen.

BUG=21898857

Change-Id: Ic1619482f5294b6f2d1e14154bab25103ec3b630
This commit is contained in:
Daichi Hirono
2015-06-24 12:37:13 +09:00
parent 2c55f738c4
commit c8463895a8

View File

@@ -45,7 +45,9 @@
android:id="@+id/confirm"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/storage_menu_format" />
android:text="@string/storage_menu_format"
android:textColor="@android:color/white"
android:backgroundTint="@color/storage_wizard_button_red" />
</FrameLayout>
</LinearLayout>