-
Notifications
You must be signed in to change notification settings - Fork 238
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
- Loading branch information
William Mora
committed
Nov 18, 2014
1 parent
f8e88c7
commit 6c7da0d
Showing
7 changed files
with
19 additions
and
19 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
2 changes: 1 addition & 1 deletion
2
...main/res/drawable-v21/snackbar_btn_bg.xml → lib/src/main/res/drawable-v21/sb__btn_bg.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ripple xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:color="@color/snackbar_action_bg_color" /> | ||
android:color="@color/sb__action_bg_color" /> |
4 changes: 2 additions & 2 deletions
4
...src/main/res/drawable/snackbar_btn_bg.xml → lib/src/main/res/drawable/sb__btn_bg.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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
|
||
<item android:state_pressed="true" android:drawable="@color/snackbar_action_bg_color" /> | ||
<item android:state_focused="true" android:drawable="@color/snackbar_action_bg_color" /> | ||
<item android:state_pressed="true" android:drawable="@color/sb__action_bg_color" /> | ||
<item android:state_focused="true" android:drawable="@color/sb__action_bg_color" /> | ||
<item android:drawable="@android:color/transparent" /> | ||
|
||
</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,9 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<color name="snackbar_background">#ff323232</color> | ||
<color name="snackbar_text_color">#ffffffff</color> | ||
<color name="snackbar_action_text_color">#ffffffff</color> | ||
<color name="snackbar_action_bg_color">#1affffff</color> | ||
<color name="sb__background">#ff323232</color> | ||
<color name="sb__text_color">#ffffffff</color> | ||
<color name="sb__action_text_color">#ffffffff</color> | ||
<color name="sb__action_bg_color">#1affffff</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