Skip to content

Commit

Permalink
Removed backgroundTint
Browse files Browse the repository at this point in the history
  • Loading branch information
AaskaShah committed Jan 28, 2016
1 parent 45970e0 commit ddcc717
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PowerUp/app/src/main/res/layout/pgame.xml
Expand Up @@ -29,7 +29,6 @@
android:layout_alignParentRight="true"
android:layout_below="@+id/askerImageView"
android:background="@android:color/white"
android:backgroundTint="@color/abc_secondary_text_material_dark"
android:clickable="true"/>

<Button
Expand Down Expand Up @@ -135,7 +134,6 @@
android:layout_alignTop="@id/askerImageView"
android:layout_marginTop="@dimen/question_view_margin_top"
android:background="@android:color/white"
android:backgroundTint="@color/abc_secondary_text_material_dark"
android:ems="10"
android:textColor="@android:color/black"
android:textSize="@dimen/game_text_size" />
Expand Down

0 comments on commit ddcc717

Please sign in to comment.