Merge "Remove placeholder summary text in auto-rotate preference" into oc-dev

This commit is contained in:
TreeHugger Robot
2017-05-09 01:25:16 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 1 deletions

View File

@@ -59,7 +59,7 @@
<DropDownPreference
android:key="auto_rotate"
android:summary="%s"
android:summary="@string/summary_placeholder"
android:title="@string/display_auto_rotate_title" />
<Preference