-
Notifications
You must be signed in to change notification settings - Fork 0
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
c9394b2
commit dba75b8
Showing
19 changed files
with
143 additions
and
316 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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
commons/presentation/src/main/res/drawable/ic_arrow_right.xml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
commons/presentation/src/main/res/drawable/ic_purpose_of_request.xml
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
commons/presentation/src/main/res/drawable/ic_requests_info.xml
This file was deleted.
Oops, something went wrong.
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,30 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:tools="http://schemas.android.com/tools"> | ||
<color name="colorPrimary">#006353</color> | ||
<color name="colorPrimaryDark">#00463A</color> | ||
<color name="colorAccent">#006353</color> | ||
<color name="textColorPrimary">#fff</color> | ||
<color name="textColorSecondary">#666666</color> | ||
<resources> | ||
<color name="colorPrimary">#0088ff</color> | ||
<color name="colorPrimaryDark">#005ccb</color> | ||
<color name="colorAccent">#ffc107</color> | ||
<color name="textColorPrimary">#000000</color> | ||
<color name="textColorSecondary">#000000</color> | ||
|
||
<color name="selected_tab_color">@color/colorPrimary</color> | ||
<color name="deselected_tab_color">@color/textColorSecondary</color> | ||
|
||
<color name="gray">#F1F1F1</color> | ||
<color name="white">#FFF</color> | ||
<color name="black">#000</color> | ||
<color name="transparent">#00000000</color> | ||
|
||
<color name="button_background_color" tools:override="true">@color/colorPrimary</color> | ||
<color name="button_text_color" tools:override="true">@color/white</color> | ||
<color name="bottom_bar_bg_color">#E8EDE8</color> | ||
|
||
<color name="light_grey_background">#FAFAFA</color> | ||
<color name="grey_background">#EDEDED</color> | ||
<color name="grey_light">#F6F6F6</color> | ||
<color name="rounded_grey_background" tools:override="true">#C4C4C4</color> | ||
<color name="secondary_button_text_color" tools:override="true">@color/colorPrimary</color> | ||
<color name="deny_button_text_color" tools:override="true">@color/red</color> | ||
|
||
<color name="red">#C81800</color> | ||
<color name="progressbar_dimmed_bg">#CC333333</color> | ||
</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.