seek bar changing text size
问题 i want to change the text size of an edit text using seek bar and every time i close the activity and reopen it the seek bar automatically increase the text size, this is the code package com.e_orthodoxy.orthodox_prayers; public class WakeupActivity extends Activity { private SharedPreferences prefs; private SeekBar seekbar; private EditText edittext; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_wakeup);