• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

packages/apps/Settings


Commit MetaInfo

Revisãoba9215cbdab7d7d156c0f49eb636ff7cdc4c45d3 (tree)
Hora2021-04-01 13:14:03
AutorTsung-Mao Fang <tmfang@goog...>
CommiterTsung-Mao Fang

Mensagem de Log

Revert "Only display single line for title"

This reverts commit 121041cf587ac70cce5721a387c0f43a3c2e79b1.

Reason for revert: Some use cases don't need single line design. see b/184108687

Fix: 184108687
Change-Id: I1d095ae198cf2fd73eef39caf93895c7d96ca7f7

Mudança Sumário

Diff

--- a/src/com/android/settings/widget/FilterTouchesSwitchPreference.java
+++ b/src/com/android/settings/widget/FilterTouchesSwitchPreference.java
@@ -47,7 +47,6 @@ public class FilterTouchesSwitchPreference extends SwitchPreference {
4747
4848 @Override
4949 public void onBindViewHolder(PreferenceViewHolder holder) {
50- setSingleLineTitle(true);
5150 super.onBindViewHolder(holder);
5251 final View switchView = holder.findViewById(android.R.id.switch_widget);
5352 if (switchView != null) {