a lot of renaming of IDs, following a strict naming scheme again, moved most strings into string.xml in preparation for internationalization, APG.java still has to be changed to allow that, as it isn't Context aware in most methods
This commit is contained in:
@@ -39,9 +39,9 @@ public class PreferencesActivity extends BaseActivity {
|
||||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.preferences);
|
||||
|
||||
mEncryptionAlgorithm = (Spinner) findViewById(R.id.encryption_algorithm);
|
||||
mHashAlgorithm = (Spinner) findViewById(R.id.hash_algorithm);
|
||||
mAsciiArmour = (CheckBox) findViewById(R.id.ascii_armour);
|
||||
mEncryptionAlgorithm = (Spinner) findViewById(R.id.encryptionAlgorithm);
|
||||
mHashAlgorithm = (Spinner) findViewById(R.id.hashAlgorithm);
|
||||
mAsciiArmour = (CheckBox) findViewById(R.id.asciiArmour);
|
||||
|
||||
mAsciiArmour.setChecked(getDefaultAsciiArmour());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user