Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
teddywilson committed Jul 10, 2017
1 parent 511e038 commit 86feaf3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
import android.widget.GridLayout;

import com.willowtreeapps.spurceexampleapp.R;
import com.willowtreeapps.spurceexampleapp.util.ColorUtils;
import com.willowtreeapps.spurceexampleapp.widgets.CardLayout;

import java.util.ArrayList;
Expand Down

This file was deleted.

9 changes: 5 additions & 4 deletions app/src/main/res/layout/view_card.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,24 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="10dp"
android:padding="8dp"
android:background="@color/white">

<View
android:layout_width="match_parent"
android:layout_height="10dp"
android:layout_height="8dp"
android:background="@color/fake_paragraphs"
android:layout_alignParentBottom="true"
android:layout_marginTop="10dp"
android:layout_marginTop="8dp"
android:alpha="0.5"
android:id="@+id/fake_paragraph"
/>

<View
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_above="@id/fake_paragraph"
android:background="@color/spruceViewColor"
android:background="@color/square_background"
/>

</RelativeLayout>
4 changes: 2 additions & 2 deletions app/src/main/res/layout/view_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clickable="true"
android:columnCount="4"
android:rowCount="6"/>
android:columnCount="6"
android:rowCount="7"/>

</FrameLayout>

Expand Down
8 changes: 0 additions & 8 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,4 @@
<color name="fake_paragraphs">#D9E1E2</color>
<color name="square_background">#DBE9F9</color>

<!-- Dev -->
<color name="icon_color_1">#abe8dc</color>
<color name="icon_color_2">#b8dcf2</color>
<color name="icon_color_3">#f7c2ba</color>
<color name="icon_color_4">#f5d1ad</color>
<color name="icon_color_5">#faeba6</color>
<color name="icon_color_6">#b5edcc</color>

</resources>

0 comments on commit 86feaf3

Please sign in to comment.