|
|
@ -63,7 +63,7 @@ public class ActivityAMP extends ActivityBase {
|
|
|
|
super.onCreate(savedInstanceState);
|
|
|
|
super.onCreate(savedInstanceState);
|
|
|
|
|
|
|
|
|
|
|
|
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
|
|
|
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
|
|
|
getSupportActionBar().setIcon(R.drawable.twotone_bolt_24);
|
|
|
|
getSupportActionBar().setHomeAsUpIndicator(R.drawable.twotone_bolt_24);
|
|
|
|
getSupportActionBar().setSubtitle("AMP");
|
|
|
|
getSupportActionBar().setSubtitle("AMP");
|
|
|
|
|
|
|
|
|
|
|
|
View view = LayoutInflater.from(this).inflate(R.layout.activity_amp, null);
|
|
|
|
View view = LayoutInflater.from(this).inflate(R.layout.activity_amp, null);
|
|
|
|