Skip to content

Commit

Permalink
removed unnecessary colors
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanWang committed Jun 12, 2015
1 parent f3536cf commit 19d04fb
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@
<color name="notification_media_secondary_color">@color/textt</color>
<color name="notification_action_color_filter">@color/textt</color>

<color name="aaa">#ffff00ff</color>
<color name="bbb">#ff00ffff</color>
<color name="black_t">#90000000</color>
<color name="background">#ff000000</color>
<color name="backgroundd">#ff161616</color>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
<color name="letter_tile_deep_orange_color_dark">#aaE64A19</color>
<color name="letter_tile_grey_color_dark">#aa424242</color>

<color name="aaa">#ffff00ff</color>
<color name="text">#ffffffff</color>
<color name="textt">#ddffffff</color>
<color name="texttt">#bbffffff</color>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,6 @@
<color name="msg">#ff111111</color>
<color name="msgg">#ff222222</color>

<color name="aaa">#ffff00ff</color>
<color name="bbb">#ff00ffff</color>
<color name="text">#ffffffff</color>
<color name="textt">#ccffffff</color>
<color name="texttt">#99ffffff</color>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
android:color="@color/floating_action_button_touch_tint">
<item android:id="@android:id/mask">
<shape android:shape="oval">
<solid android:color="@*common:fab" />
<solid android:color="@*common:color/fab" />
</shape>
</item>
<item android:drawable="@drawable/fab_accent"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@
<color name="blue_grey_800">@color/background</color>
<color name="blue_grey_900">@color/backgroundx</color>

<color name="aaa">#ffff00ff</color>
<color name="bbb">#ff00ffff</color>
<color name="text">#ffffffff</color>
<color name="textt">#ccffffff</color>
<color name="texttt">#99ffffff</color>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@
<color name="blue_grey_800">@color/background</color>
<color name="blue_grey_900">@color/backgroundx</color>

<color name="aaa">#ffff00ff</color>
<color name="bbb">#ff00ffff</color>
<color name="text">#ffffffff</color>
<color name="textt">#ccffffff</color>
<color name="texttt">#99ffffff</color>
Expand Down

0 comments on commit 19d04fb

Please sign in to comment.