File tree Expand file tree Collapse file tree 4 files changed +10
-12
lines changed
java/com/wmods/wppenhacer/activities Expand file tree Collapse file tree 4 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,6 @@ protected void onCreate(Bundle savedInstanceState) {
3939 setContentView (binding .getRoot ());
4040
4141 setSupportActionBar (binding .toolbar );
42- if (getSupportActionBar () != null ) {
43- getSupportActionBar ().setDisplayShowTitleEnabled (false );
44- }
45-
46- binding .toolbar .setTitle (R .string .app_name );
4742
4843 MainPagerAdapter pagerAdapter = new MainPagerAdapter (this );
4944 binding .viewPager .setAdapter (pagerAdapter );
Original file line number Diff line number Diff line change 22<shape xmlns : android =" http://schemas.android.com/apk/res/android"
33 android : shape =" rectangle" >
44 <gradient
5- android : angle =" 90 "
6- android : endColor =" @color/whatsapp_teal "
7- android : startColor =" @color/whatsapp_dark_green "
5+ android : angle =" 135 "
6+ android : endColor =" #1B5E20 "
7+ android : startColor =" #4CAF50 "
88 android : type =" linear" />
99</shape >
Original file line number Diff line number Diff line change 1111 android : layout_width =" match_parent"
1212 android : layout_height =" wrap_content"
1313 android : background =" @android:color/transparent"
14- app : elevation =" 0dp "
14+ app : elevation =" 4dp "
1515 app : layout_constraintTop_toTopOf =" parent" >
1616
1717 <com .google.android.material.appbar.MaterialToolbar
Original file line number Diff line number Diff line change 11<resources >
22
33 <style name =" Base.AppTheme.Light" parent =" Theme.Material3.DynamicColors.Light.Rikka" >
4+ <item name =" windowActionBar" >false</item >
5+ <item name =" windowNoTitle" >true</item >
46 <item name =" android:windowLightStatusBar" >false</item >
57 <item name =" colorPrimaryVariant" >@color/primary_dark_light_light_status_bar</item >
6- <item name =" android:statusBarColor" >@color/whatsapp_teal </item >
8+ <item name =" android:statusBarColor" >#1B5E20 </item >
79 <item name =" android:navigationBarColor" >@android:color/transparent</item >
810 <item name =" android:windowLightNavigationBar" >true</item >
911 <item name =" android:textAppearanceListItem" >?textAppearanceSubtitle1</item >
1820 <style name =" Theme.Light" parent =" Base.AppTheme.Light" />
1921
2022 <style name =" Base.AppTheme" parent =" Theme.Material3.DynamicColors.Dark.Rikka" >
23+ <item name =" windowActionBar" >false</item >
24+ <item name =" windowNoTitle" >true</item >
2125 <item name =" android:textAppearanceListItem" >?textAppearanceSubtitle1</item >
2226 <item name =" android:colorAccent" >?colorPrimary</item >
2327 <item name =" android:colorControlActivated" >?colorPrimary</item >
24- <item name =" actionBarStyle" >@style/MyActionBar</item >
25- <item name =" android:statusBarColor" >@color/whatsapp_teal</item >
28+ <item name =" android:statusBarColor" >#1B5E20</item >
2629 <item name =" android:navigationBarColor" >@android:color/transparent</item >
2730 <item name =" android:windowActivityTransitions" >true</item >
2831 <item name =" android:windowEnterTransition" >@android:transition/fade</item >
You can’t perform that action at this time.
0 commit comments