mirror of
https://github.com/hmalik144/EasyCC_Master.git
synced 2025-12-10 03:05:29 +00:00
Update MainActivity.java
This commit is contained in:
@@ -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.editTextSomething);
|
||||
currencyOneEditText = (EditText) findViewById(R.id.editText);
|
||||
currencyTwoEditText = (EditText) findViewById(R.id.editText2);
|
||||
|
||||
currencyOne = (TextView) findViewById(R.id.currency_one);
|
||||
|
||||
Reference in New Issue
Block a user