Support autoclick secondary action (5/n)
Seekbar UI show complete on all of devices. Bug: 146019277 Test: manual Change-Id: I18227db46ba5040082b9a4a691ad8e5233e3e269
This commit is contained in:
@@ -138,12 +138,12 @@ public class ToggleAutoclickCustomSeekbarController extends BasePreferenceContro
|
||||
mDelayLabel = preference.findViewById(R.id.current_label);
|
||||
mDelayLabel.setText(delayTimeToString(delayMillis));
|
||||
|
||||
mShorter = preference.findViewById(R.id.smaller);
|
||||
mShorter = preference.findViewById(R.id.shorter);
|
||||
mShorter.setOnClickListener(v -> {
|
||||
minusDelayByImageView();
|
||||
});
|
||||
|
||||
mLonger = preference.findViewById(R.id.larger);
|
||||
mLonger = preference.findViewById(R.id.longer);
|
||||
mLonger.setOnClickListener(v -> {
|
||||
plusDelayByImageView();
|
||||
});
|
||||
|
Reference in New Issue
Block a user