improve input and button style on login activity
This commit is contained in:
parent
44c1bb63b6
commit
402b545473
4 changed files with 59 additions and 28 deletions
|
|
@ -48,13 +48,13 @@ public class LoginActivity extends AbsBaseActivity implements View.OnClickListen
|
|||
private void setUpViews() {
|
||||
setUpToolbar();
|
||||
setUpOnClickListeners();
|
||||
|
||||
binding.login.setBackgroundColor(ThemeStore.primaryColor(this));
|
||||
}
|
||||
|
||||
private void setUpToolbar() {
|
||||
binding.toolbar.setBackgroundColor(ThemeStore.primaryColor(this));
|
||||
setSupportActionBar(binding.toolbar);
|
||||
// noinspection ConstantConditions
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
}
|
||||
|
||||
private void setUpOnClickListeners() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue