Toggle navigation
Toggle navigation
This project
Loading...
Sign in
장연우
/
WELLO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
신기성
2019-11-18 05:30:23 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
10246425fa8f571ca90c693ba16b54f71b6c5d2e
10246425
1 parent
c5a01eb0
destroy x
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
vip/app/src/main/java/com/example/vip/FavoritesActivity.kt
vip/app/src/main/java/com/example/vip/RecommendActivity.kt
vip/app/src/main/res/drawable-xxhdpi/recommend_default_blue.png
vip/app/src/main/res/layout/item_policy.xml
vip/app/src/main/java/com/example/vip/FavoritesActivity.kt
View file @
1024642
...
...
@@ -89,7 +89,7 @@ class FavoritesActivity : AppCompatActivity() {
policyList
.
add
(
PolicyItem
(
ContextCompat
.
getDrawable
(
this
@FavoritesActivity
,
R
.
drawable
.
image01
)
!!
,
ContextCompat
.
getDrawable
(
this
@FavoritesActivity
,
R
.
drawable
.
recommend_default_blue
)
!!
,
memo
!!
.
Policy
,
memo
.
Content
,
memo
.
Link
,
...
...
vip/app/src/main/java/com/example/vip/RecommendActivity.kt
View file @
1024642
...
...
@@ -92,7 +92,7 @@ class RecommendActivity : AppCompatActivity() {
policyList
.
add
(
PolicyItem
(
ContextCompat
.
getDrawable
(
this
@RecommendActivity
,
R
.
drawable
.
image01
)
!!
,
ContextCompat
.
getDrawable
(
this
@RecommendActivity
,
R
.
drawable
.
recommend_default_blue
)
!!
,
memo
!!
.
Policy
,
memo
.
Content
,
memo
.
Link
,
...
...
@@ -139,7 +139,7 @@ class RecommendActivity : AppCompatActivity() {
policyList
.
add
(
PolicyItem
(
ContextCompat
.
getDrawable
(
this
@RecommendActivity
,
R
.
drawable
.
image01
)
!!
,
ContextCompat
.
getDrawable
(
this
@RecommendActivity
,
R
.
drawable
.
recommend_default_blue
)
!!
,
memo
!!
.
Policy
,
memo
!!
.
Content
,
memo
!!
.
Link
,
...
...
vip/app/src/main/res/drawable-xxhdpi/recommend_default_blue.png
0 → 100644
View file @
1024642
3.44 KB
vip/app/src/main/res/layout/item_policy.xml
View file @
1024642
...
...
@@ -31,8 +31,8 @@
<TextView
android:id=
"@+id/policyDday"
android:layout_width=
"
77
dp"
android:layout_height=
"
39
dp"
android:layout_width=
"
66
dp"
android:layout_height=
"
44
dp"
android:background=
"@drawable/broken_rectangle"
android:gravity=
"center"
android:text=
"TextView"
...
...
Please
register
or
login
to post a comment