Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94abc60c authored by /e/ robot's avatar /e/ robot
Browse files

Merge remote-tracking branch 'origin/lineage-17.1' into v1-q

parents b572b3eb dfa1b383
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@
  <style name="LaunchTheme" parent="Theme.AppCompat.DayNight.DarkActionBar">
    <item name="android:colorPrimary">@color/dialer_theme_color</item>
    <item name="colorPrimary">@color/dialer_theme_color</item>
    <item name="android:colorPrimaryDark">@color/dialer_theme_color_dark</item>
    <item name="colorPrimaryDark">@color/dialer_theme_color_dark</item>
  </style>

  <!-- Activities should use this theme as their style -->
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
  <activity
      android:name="com.android.dialer.postcall.PostCallActivity"
      android:exported="false"
      android:theme="@style/Theme.AppCompat.Light"
      android:theme="@style/Dialer.ThemeBase.NoActionBar"
      android:windowSoftInputMode="adjustResize"/>
  </application>
</manifest>