Showing
4 changed files
with
5 additions
and
5 deletions
| ... | @@ -89,7 +89,7 @@ class FavoritesActivity : AppCompatActivity() { | ... | @@ -89,7 +89,7 @@ class FavoritesActivity : AppCompatActivity() { |
| 89 | 89 | ||
| 90 | policyList.add( | 90 | policyList.add( |
| 91 | PolicyItem( | 91 | PolicyItem( |
| 92 | - ContextCompat.getDrawable(this@FavoritesActivity, R.drawable.image01)!!, | 92 | + ContextCompat.getDrawable(this@FavoritesActivity, R.drawable.recommend_default_blue)!!, |
| 93 | memo!!.Policy, | 93 | memo!!.Policy, |
| 94 | memo.Content, | 94 | memo.Content, |
| 95 | memo.Link, | 95 | memo.Link, | ... | ... |
| ... | @@ -92,7 +92,7 @@ class RecommendActivity : AppCompatActivity() { | ... | @@ -92,7 +92,7 @@ class RecommendActivity : AppCompatActivity() { |
| 92 | 92 | ||
| 93 | policyList.add( | 93 | policyList.add( |
| 94 | PolicyItem( | 94 | PolicyItem( |
| 95 | - ContextCompat.getDrawable(this@RecommendActivity, R.drawable.image01)!!, | 95 | + ContextCompat.getDrawable(this@RecommendActivity, R.drawable.recommend_default_blue)!!, |
| 96 | memo!!.Policy, | 96 | memo!!.Policy, |
| 97 | memo.Content, | 97 | memo.Content, |
| 98 | memo.Link, | 98 | memo.Link, |
| ... | @@ -139,7 +139,7 @@ class RecommendActivity : AppCompatActivity() { | ... | @@ -139,7 +139,7 @@ class RecommendActivity : AppCompatActivity() { |
| 139 | 139 | ||
| 140 | policyList.add( | 140 | policyList.add( |
| 141 | PolicyItem( | 141 | PolicyItem( |
| 142 | - ContextCompat.getDrawable(this@RecommendActivity, R.drawable.image01)!!, | 142 | + ContextCompat.getDrawable(this@RecommendActivity, R.drawable.recommend_default_blue)!!, |
| 143 | memo!!.Policy, | 143 | memo!!.Policy, |
| 144 | memo!!.Content, | 144 | memo!!.Content, |
| 145 | memo!!.Link, | 145 | memo!!.Link, | ... | ... |
3.44 KB
| ... | @@ -31,8 +31,8 @@ | ... | @@ -31,8 +31,8 @@ |
| 31 | 31 | ||
| 32 | <TextView | 32 | <TextView |
| 33 | android:id="@+id/policyDday" | 33 | android:id="@+id/policyDday" |
| 34 | - android:layout_width="77dp" | 34 | + android:layout_width="66dp" |
| 35 | - android:layout_height="39dp" | 35 | + android:layout_height="44dp" |
| 36 | android:background="@drawable/broken_rectangle" | 36 | android:background="@drawable/broken_rectangle" |
| 37 | android:gravity="center" | 37 | android:gravity="center" |
| 38 | android:text="TextView" | 38 | android:text="TextView" | ... | ... |
-
Please register or login to post a comment