Skip to content

Commit

Permalink
feat : update color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithdwivedi committed Aug 3, 2018
1 parent d76c82a commit c4c8f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/src/main/res/layout/item_row.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
xmlns:app="http://schemas.android.com/apk/res-auto">

<LinearLayout
android:foreground="?attr/selectableItemBackground"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/pokemon_sheet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="500dp"
android:background="#FAFAFA"
android:background="@color/colorPrimary"
android:orientation="vertical"
app:layout_behavior="android.support.design.widget.BottomSheetBehavior">

<TextView
android:textColor="@color/colorAccent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/roboto_medium"
Expand Down

0 comments on commit c4c8f6c

Please sign in to comment.