-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5309eda
commit 4374940
Showing
16 changed files
with
58 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar"> | ||
<item name="colorPrimary">@color/color_primary</item> | ||
<item name="colorPrimaryDark">@color/color_primary_dark</item> | ||
<item name="colorAccent">@color/color_accent</item> | ||
<item name="android:colorPrimary">@color/color_primary</item> | ||
<item name="android:colorPrimaryDark">@color/color_primary_dark</item> | ||
<item name="android:windowBackground">@color/default_bg</item> | ||
<item name="android:colorAccent">@color/color_accent</item> | ||
<item name="android:colorSecondary">@color/color_accent</item> | ||
<item name="android:alertDialogTheme">@style/AlertDialog</item> | ||
<item name="android:dialogTheme">@style/AlertDialog</item> | ||
<item name="android:actionBarStyle">@style/ActionBarStyle</item> | ||
<item name="alertDialogTheme">@style/AlertDialog</item> | ||
|
||
<item name="android:textViewStyle">@style/TextViewStyle</item> | ||
<item name="android:buttonStyle">@style/ButtonStyle</item> | ||
|
||
<!-- For AppCompat --> | ||
<item name="editTextStyle">@style/EditTextStyle</item> | ||
<item name="buttonStyle">@style/ButtonStyle</item> | ||
<item name="preferenceTheme">@style/AppPreferenceTheme</item> | ||
|
||
<style name="StocksWidget.App.Theme" parent="AppTheme"> | ||
<!-- v21 specific --> | ||
<item name="android:statusBarColor">@color/transparent</item> | ||
<item name="android:navigationBarColor">@color/nav_bar_bg</item> | ||
<!-- v23 specific --> | ||
<item name="android:windowLightStatusBar">true</item> | ||
<!-- v27 specific --> | ||
<item name="android:navigationBarDividerColor">@color/transparent</item> | ||
<item name="android:windowLightNavigationBar">true</item> | ||
<!-- v23 specific --> | ||
<item name="android:windowLightStatusBar">true</item> | ||
</style> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.