forked from SilenceIM/Silence
-
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.
Changed appcolor from blue to purple. Added conversation colors. Re-a…
…dded password visibility toggle. Re-added ShortcutBadger.
- Loading branch information
Showing
26 changed files
with
418 additions
and
298 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,16 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:state_pressed="true"> | ||
<shape> | ||
<corners android:radius="2dp" /> | ||
<solid android:color="#ff145c95" /> | ||
</shape> | ||
</item> | ||
|
||
<item> | ||
<shape> | ||
<corners android:radius="2dp" /> | ||
<solid android:color="#ff2090ea" /> | ||
</shape> | ||
</item> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:state_pressed="true"> | ||
<shape> | ||
<corners android:radius="2dp" /> | ||
<solid android:color="#ff7365ad" /> | ||
</shape> | ||
</item> | ||
|
||
<item> | ||
<shape> | ||
<corners android:radius="2dp" /> | ||
<solid android:color="#ff7365ad" /> | ||
</shape> | ||
</item> | ||
</selector> |
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,48 +1,51 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<resources> | ||
<color name="silence_primary">#ff2090ea</color> | ||
<color name="silence_primary_dark">#ff1c7ac5</color> | ||
<color name="silence_primary_alpha33">#552090ea</color> | ||
<color name="silence_primary_alpha_focus">#882090ea</color> | ||
|
||
<color name="white">#ffffffff</color> | ||
<color name="black">#ff000000</color> | ||
<color name="gray5">#ffeeeeee</color> | ||
<color name="gray10">#ffdddddd</color> | ||
<color name="gray12">#ffe0e0e0</color> | ||
<color name="gray13">#ffababab</color> | ||
<color name="gray20">#ffcccccc</color> | ||
<color name="gray27">#ffbbbbbb</color> | ||
<color name="gray50">#ff808080</color> | ||
<color name="gray65">#ff595959</color> | ||
<color name="gray70">#ff4d4d4d</color> | ||
<color name="gray78">#ff383838</color> | ||
<color name="gray95">#ff111111</color> | ||
|
||
<color name="gray95_transparent50">#7F111111</color> | ||
|
||
<color name="conversation_compose_divider">#32000000</color> | ||
|
||
<color name="conversation_list_item_background_read_light">@color/gray5</color> | ||
<color name="conversation_list_item_background_unread_light">#ffffffff</color> | ||
<color name="conversation_list_item_background_read_dark">#ff000000</color> | ||
<color name="conversation_list_item_background_unread_dark">#ff333333</color> | ||
|
||
<color name="conversation_list_divider_light">#15000000</color> | ||
<color name="conversation_list_divider_dark">#22ffffff</color> | ||
|
||
<color name="textsecure_holo_blue_light">#ff33b5e5</color> | ||
|
||
<color name="dark_action_bar">#ff111111</color> | ||
<color name="action_mode_status_bar">#ff1f1f1f</color> | ||
<color name="touch_highlight">#400099cc</color> | ||
<color name="light_button">#33ffffff</color> | ||
<color name="light_button_highlight">#66ffffff</color> | ||
|
||
<color name="import_export_item_background_light">#ffeeeeee</color> | ||
<color name="import_export_item_background_dark">#ff333333</color> | ||
<color name="import_export_item_background_shadow_light">#ffd5d5d5</color> | ||
<color name="import_export_item_background_shadow_dark">#ff222222</color> | ||
<color name="import_export_touch_highlight_light">#400099cc</color> | ||
<color name="import_export_touch_highlight_dark">#40ffffff</color> | ||
</resources> | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<resources> | ||
<!-- JW: change silence_primary, silence_primary_dark, silence_primary_alpha33, silence_primary_alpha_focus --> | ||
<color name="silence_primary">#ff7365ad</color> | ||
<color name="silence_primary_dark">#ff7365ad</color> | ||
<color name="silence_primary_alpha33">#b9b2da</color> | ||
<color name="silence_primary_alpha_focus">#9575cd</color> | ||
|
||
<color name="white">#ffffffff</color> | ||
<color name="black">#ff000000</color> | ||
<color name="gray5">#ffeeeeee</color> | ||
<color name="gray10">#ffdddddd</color> | ||
<color name="gray12">#ffe0e0e0</color> | ||
<color name="gray13">#ffababab</color> | ||
<color name="gray20">#ffcccccc</color> | ||
<color name="gray27">#ffbbbbbb</color> | ||
<color name="gray50">#ff808080</color> | ||
<color name="gray65">#ff595959</color> | ||
<color name="gray70">#ff4d4d4d</color> | ||
<color name="gray78">#ff383838</color> | ||
<color name="gray95">#ff111111</color> | ||
|
||
<color name="gray95_transparent50">#7F111111</color> | ||
|
||
<color name="conversation_compose_divider">#32000000</color> | ||
|
||
<color name="conversation_list_item_background_read_light">@color/gray5</color> | ||
<color name="conversation_list_item_background_unread_light">#ffffffff</color> | ||
<color name="conversation_list_item_background_read_dark">#ff000000</color> | ||
<color name="conversation_list_item_background_unread_dark">#ff333333</color> | ||
|
||
<color name="conversation_list_divider_light">#15000000</color> | ||
<color name="conversation_list_divider_dark">#22ffffff</color> | ||
|
||
<!-- JW: change textsecure_holo_blue_light --> | ||
<color name="textsecure_holo_blue_light">#7c4dff</color> | ||
|
||
<color name="dark_action_bar">#ff111111</color> | ||
<color name="action_mode_status_bar">#ff1f1f1f</color> | ||
<color name="touch_highlight">#400099cc</color> | ||
<color name="light_button">#33ffffff</color> | ||
<color name="light_button_highlight">#66ffffff</color> | ||
|
||
<color name="import_export_item_background_light">#ffeeeeee</color> | ||
<color name="import_export_item_background_dark">#ff333333</color> | ||
<color name="import_export_item_background_shadow_light">#ffd5d5d5</color> | ||
<color name="import_export_item_background_shadow_dark">#ff222222</color> | ||
<!-- JW: change import_export_touch_highlight_light --> | ||
<color name="import_export_touch_highlight_light">#b39ddb</color> | ||
<color name="import_export_touch_highlight_dark">#40ffffff</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
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