Skip to content

Commit

Permalink
버그로 인한 주석처리
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhooon committed Jun 20, 2021
1 parent da1a1bd commit 4c1873d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ class CommunityAdapter(val onItemClicked: (ArticleModel) -> Unit): ListAdapter<A
onItemClicked(articleModel)
}

if(articleModel.currentNumber == articleModel.recruitmentNumber){
binding.currentNumberTextView.setTextColor(Color.RED)
binding.slash.setTextColor(Color.RED)
binding.recruitmentNumberTextView.setTextColor(Color.RED)
}
// if(articleModel.currentNumber == articleModel.recruitmentNumber){
// binding.currentNumberTextView.setTextColor(Color.RED)
// binding.slash.setTextColor(Color.RED)
// binding.recruitmentNumberTextView.setTextColor(Color.RED)
// }

if(articleModel.articleThumbnailImageUrl.isNotEmpty()){
Glide.with(binding.articleThumbnailImage)
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_add_comment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
android:layout_height="wrap_content"
android:layout_gravity="start|center"
android:layout_marginStart="16dp"
android:text="평가하기"
android:text="리뷰하기"
android:textColor="@color/black"
android:textSize="20sp"
android:textStyle="bold" />
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/values/api_key.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name = "google_map">AIzaSyBBYUqDEZ7k3NwzkrI05ssk6DSgIMdi8UI</string>
<!-- <string name = "google_map">AIzaSyBBYUqDEZ7k3NwzkrI05ssk6DSgIMdi8UI</string>-->
<string name = "google_map">AIzaSyD5RkMt0O60MnU7hZF3AZmvKhKl19c6jF4</string>
</resources>

0 comments on commit 4c1873d

Please sign in to comment.