Merge "SystemUI: Reload the EndNowButton label"

am: 40b52bbe48

* commit '40b52bbe480436fbdc3bfb8a1a70c6144e71ff8f':
  SystemUI: Reload the EndNowButton label
This commit is contained in:
Julia Reynolds
2015-10-26 15:05:34 +00:00
committed by android-build-merger

View File

@@ -140,6 +140,7 @@ public class ZenFooter extends LinearLayout {
public void onConfigurationChanged() {
mSpTexts.update();
Util.setText(mEndNowButton, mContext.getString(R.string.volume_zen_end_now));
}
}