Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

Commit 4c2ff7a

Browse files
committed
Project: Fix
Signed-off-by: Fung <fython@163.com>
1 parent 63c9c03 commit 4c2ff7a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

mobile/src/main/java/info/papdt/express/helper/ui/fragment/add/StepNoFound.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public void onClick(View view) {
5050
}
5151

5252
private void updateForceButton() {
53-
if(getAddActivity().getPackage().companyChineseName != null) {
53+
if (getAddActivity().getPackage().companyChineseName != null) {
5454
mForceBtn.setTextColor(ContextCompat.getColor(getContext(), R.color.pink_900));
5555
mForceBtn.setText(String.format(getString(R.string.operation_force_add_when_cannot_find),
5656
getAddActivity().getPackage().companyChineseName));

mobile/src/main/res/values/styles.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
</style>
2222

2323
<style name="Toolbar.Dark" parent="ThemeOverlay.AppCompat.ActionBar">
24-
<item name="colorControlNormal">@color/white</item>
25-
<item name="android:textColorPrimary">@color/white</item>
24+
<item name="colorControlNormal">@android:color/white</item>
25+
<item name="android:textColorPrimary">@android:color/white</item>
2626
</style>
2727

2828
<style name="AppTheme.Translucent" parent="AppTheme">

0 commit comments

Comments
 (0)