-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes#4184: Add dark mode support to ThirdPartyDependencyListActivity…
…, LicenseListActivity and LicenseTextViewerActivity (#4289) * removed Extra line * Added dark mode support to ThirdPartyDependencyListActivity, LicenseListActivity and LicenseTextViewerActivity * Added dark mode support to ThirdPartyDependencyListActivity, LicenseListActivity and LicenseTextViewerActivity * updated the error in license text viewer activity * updated the error in license text viewer activity * removed the spaces in components file * again added all components colors as misplaced due to merged conflicts * updating * added the divider lines * added the divider lines in license item * Updated with recent changes * Correctly added the names for all the activity files dark mode colors * added the space line
- Loading branch information
1 parent
09b3ba1
commit 7d31a49
Showing
7 changed files
with
34 additions
and
9 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
app/src/main/res/drawable/general_item_background_border_black.xml
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:shape="rectangle"> | ||
<solid android:color="@color/component_color_general_item_background_solid_color" /> | ||
<stroke | ||
android:width="1dp" | ||
android:color="@color/component_color_general_item_background_stroke_color" /> | ||
</shape> |
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