App Crash When Trying to Change textsize in textView by clicking on button
In One Of my Activity I have a Menu Option With Text Option When user Click That it redirect to Another Layout where I Kept Two Buttons one is Plus Button and Another One is Minus Button When user Click that Button I want to Change The TextView Text Size of the BackStack Activity Here is My Code Below When i click that MenuOPtion the App was Crash and it Report NullPointerException in Logcat My Detail Activity @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.detail_activity); detailtext= (TextView) findViewById(R.id