-
Notifications
You must be signed in to change notification settings - Fork 526
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* updated till line 10 * line 16 * updated till line 42 * ... * done * fixed unresolved reference for highlighterDeveloperOptionsNavMenuItem * highlightedNavMenuItem * renamed colors.xml to color_defs.xml * added basic colors * resolving merge conflict * resolved merge conflict * working on add profile activity * using style/TextInputLayout to change boxBackground * updated color for edit text cursor * added color under toolbar and removing generic colors from component_color.xml * fixed namings of new colors in color_defs.xml * renamed oppia_heading_text_color * fixing color naming in component_colors.xml and color_palette.xml * fixing naming in component_colors.xml and color_palette.xml * fixing naming in component_colors.xml and color_palette.xml * fixed namings in component_colors.xml and color_palette.xml * resolved merge conflict * admin_auth_activity * working on admin_pin_activity * fixed color for TextInputLayout * changed administrator_controls * changed statusBar color * fixed action bar color in OppiaTheme * nit changes * renamed heading_text_color * made requested changes * replaced label_text_color with more specific component colors * restructuring component_colors restricting colors to their activities/views * renamed colors in component_colors.xml * fixed toolbar and statusbar colors in component_colors.xml * renamed newly added colors in color_defs * introduced colors_migrating.xml * shifted accessible grey to colors_migrating.xml * reverted last commit * Added comment for colors_migrating.xml * added myself as CODEOWNER of colors_migrating.xml * requested nit changes * renamed admin_highlighted in admin_controls * added shared_ prefix to name of shared component_colors * renamed component_colors * nit changes * nit changes * used color_defs for color_palette instead of colors_migrating * added TODO in colors_migrating.xml * removed direct references to color_defs from component_colors.xml for static colors
- Loading branch information
Showing
39 changed files
with
361 additions
and
238 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<size android:width="0.5dp" /> | ||
<solid android:color="@color/oppia_primary_text" /> | ||
<solid android:color="@color/shared_edit_text_cursor_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
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
Oops, something went wrong.