Change the color of format button in "Device storage > Format" screen.
BUG=21898857 Change-Id: Ic1619482f5294b6f2d1e14154bab25103ec3b630
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user