Merge "Change the color of format button in "Device storage > Format" screen." into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
95029c9701
@@ -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