Skip to content

Commit eede4a9

Browse files
committed
Merge branch 'hotfix/5.11.1'
2 parents e6cd50a + e2495bf commit eede4a9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

app/src/main/res/values/themes.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818

1919
<style name="AppTheme" parent="Theme.AppCompat.Light">
2020

21-
<!-- neutral colors to cover cases like startup before dynamic theme can be applied -->
22-
<item name="colorPrimary">@color/subtleGrayTwo</item>
23-
<item name="colorPrimaryDark">@color/subtleGrayTwo</item>
21+
<!-- These neutral colors cover cases before dynamic theme can be applied
22+
such as the app launch color -->
23+
<item name="colorPrimary">@color/almostBlackDark</item>
24+
<item name="colorPrimaryDark">@color/almostBlackDark</item>
2425

2526
<item name="android:windowBackground">?attr/colorPrimaryDark</item>
2627
<item name="windowActionBar">false</item>

app/version/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
VERSION=5.11.0
17+
VERSION=5.11.1

0 commit comments

Comments
 (0)