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

This commit is contained in:
Daichi Hirono
2015-06-24 05:22:00 +00:00
committed by Android (Google) Code Review

View File

@@ -45,7 +45,9 @@
android:id="@+id/confirm" android:id="@+id/confirm"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" 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> </FrameLayout>
</LinearLayout> </LinearLayout>