신기성

signinactivity design

......@@ -12,9 +12,9 @@ class ViewPagerAdapter(private val context : Context) : PagerAdapter() {
private var layoutInflater : LayoutInflater? = null
val Image = arrayOf(
R.drawable.image01,
R.drawable.image02,
R.drawable.image03
R.drawable.event1,
R.drawable.event2,
R.drawable.image01
)
......
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#00000000"
android:centerColor="#00000000"
android:endColor="#26000000"
android:angle="270"/>
<!--android:centerY="0.95"-->
</shape>
\ No newline at end of file
......@@ -10,5 +10,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:foreground="@drawable/gradation"
tools:srcCompat="@tools:sample/avatars" />
</LinearLayout>
\ No newline at end of file
......