Styling improvements

This commit is contained in:
Michael Schättgen 2016-08-24 23:58:26 +02:00
parent 61e932a8bc
commit 6463d6fb9e
4 changed files with 19 additions and 4 deletions

View file

@ -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() {