Skip to content

Commit 7ca8a6a

Browse files
committed
Add new color key for Android 15 status bar.
1 parent 0565ec4 commit 7ca8a6a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

libs/SalesforceSDK/res/drawable/sf__fix_status_bar.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<item android:id="@+id/sf__status_bar_background" android:height="100dp" >
44
<shape android:shape="rectangle">
55
<size android:height="100dp" android:width="100dp"/>
6-
<solid android:color="@color/sf__primary_color"/>
6+
<solid android:color="@color/sf__api_35_status_bar_color"/>
77
</shape>
88
</item>
99

libs/SalesforceSDK/res/values/sf__colors.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@
1818
<color name="sf__hint_color_dark">#42D5B0B0</color>
1919
<color name="sf__accessibility_nav_color">#3e3e3c</color> <!-- SLDS grey 11 -->
2020
<color name="sf__subtext_color">#706E6B</color> <!-- SLDS grey 9 -->
21+
22+
<!-- TODO: Remove in 13.0 -->
23+
<color name="sf__api_35_status_bar_color">#0070D2</color>
2124
</resources>

0 commit comments

Comments
 (0)