Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
zjlong committed Apr 27, 2016
1 parent 105ea64 commit 5b0c9f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/item_compete_classitfy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
android:gravity="center"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#90000000"
android:background="@color/material_back70"
android:textColor="@color/white"/>
</FrameLayout>
1 change: 1 addition & 0 deletions basic/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
<resources>
<color name="theme_black_7f">#7f000000</color>
<color name="material_white70">#b2FFFFFF</color>
<color name="material_back70">#b2000000</color>
<color name="material_pink_a200">#ff80ab</color>
</resources>

0 comments on commit 5b0c9f1

Please sign in to comment.