Update MainActivity.java

This commit is contained in:
2019-02-23 17:01:31 +11:00
committed by GitHub
parent ef5b7e97bb
commit 40adf586c5

View File

@@ -63,7 +63,7 @@ public class MainActivity extends AppCompatActivity {
this.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN | WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);
// getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);
currencyOneEditText = (EditText) findViewById(R.id.editText);
currencyOneEditText = (EditText) findViewById(R.id.editTextSomething);
currencyTwoEditText = (EditText) findViewById(R.id.editText2);
currencyOne = (TextView) findViewById(R.id.currency_one);
@@ -373,4 +373,4 @@ public class MainActivity extends AppCompatActivity {
}
}
}