2015년 9월 5일 토요일

View의 알파 주기


<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/pic2" >

    <RelativeLayout
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerHorizontal="true"
        android:background="#50FFFFFF"
        android:layout_centerVertical="true" >

        <TextView
            android:id="@+id/textView1"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textColor="#000000"
            android:text="The real risk is doing nothing.\n\n진짜 위험한 것은 아무것도 하지 않는 것이다." />

    </RelativeLayout>

</RelativeLayout>



        android:background="#50FFFFFF"

여기에서 50이 알파값이다.

댓글 없음:

댓글 쓰기