Skip to content

Commit

Permalink
remove color and circleImageView
Browse files Browse the repository at this point in the history
  • Loading branch information
rchtgpt committed Jan 24, 2020
1 parent ea58250 commit b978d76
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ dependencies {
implementation 'com.github.bumptech.glide:glide:4.8.0'
kapt 'com.github.bumptech.glide:compiler:4.8.0'

// Circle Image View
implementation 'de.hdodenhof:circleimageview:3.0.1'

//dbFlow for database
kapt "com.github.Raizlabs.DBFlow:dbflow-processor:$rootProject.dbFlowVersion"
implementation "com.github.Raizlabs.DBFlow:dbflow-core:$rootProject.dbFlowVersion"
Expand Down
4 changes: 0 additions & 4 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
<color name="colorAccent">#FF4081</color>

<color name="white">#ffffff</color>
<color name="violet">#4C56C0</color>
<color name="offwhite">#EBECF0</color>

<!-- A light Holo shade of blue -->
<color name="blue_light">#ff33b5e5</color>
<!-- A light Holo shade of gray -->
Expand Down Expand Up @@ -42,7 +39,6 @@
<color name="gray_bright">#33CCCCCC</color>

<color name="blue">#0a46b1</color>
<color name="light_gray">#AFADB5</color>

<color name="blue_light_alert_background">#c9d8e9</color>
<!--Black-->
Expand Down

0 comments on commit b978d76

Please sign in to comment.