mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 13:00:12 -07:00
Update layout names
This commit is contained in:
parent
b6c250cadd
commit
e61b811545
33 changed files with 18 additions and 27 deletions
|
|
@ -342,7 +342,7 @@ public class BaseMainActivity extends BaseActivity {
|
|||
public void adjustMouseSpeedLive() {
|
||||
AlertDialog.Builder b = new AlertDialog.Builder(this);
|
||||
b.setTitle(R.string.mcl_setting_title_mousespeed);
|
||||
View v = LayoutInflater.from(this).inflate(R.layout.live_mouse_speed_editor,null);
|
||||
View v = LayoutInflater.from(this).inflate(R.layout.dialog_live_mouse_speed_editor,null);
|
||||
final SeekBar sb = v.findViewById(R.id.mouseSpeed);
|
||||
final TextView tv = v.findViewById(R.id.mouseSpeedTV);
|
||||
sb.setMax(275);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue