mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-16 15:02:54 +00:00
Styling improvements
This commit is contained in:
parent
61e932a8bc
commit
6463d6fb9e
4 changed files with 19 additions and 4 deletions
|
@ -25,6 +25,7 @@ public class AddProfileActivity extends AppCompatActivity {
|
|||
getSupportActionBar().setDisplayShowTitleEnabled(false);
|
||||
|
||||
final KeyProfile keyProfile = (KeyProfile)getIntent().getSerializableExtra("KeyProfile");
|
||||
profileName.setText(keyProfile.Info.getAccountName());
|
||||
|
||||
FloatingActionButton fab = (FloatingActionButton) findViewById(R.id.fab);
|
||||
fab.setOnClickListener(new View.OnClickListener() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue