am 95029c97: Merge "Change the color of format button in "Device storage > Format" screen." into mnc-dev

* commit '95029c97019f90499fbce040b8b7971a8de680ec':
  Change the color of format button in "Device storage > Format" screen.
This commit is contained in:
Daichi Hirono
2015-06-24 05:29:49 +00:00
committed by Android Git Automerger

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>