這裏是我的XML文件如何設置shawdow效果的android文本視圖
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/popup"
android:layout_width="fill_parent"
android:layout_height="350dip" >
<RelativeLayout
android:id="@+id/rl_top"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:background="#00000000" >
<ImageView
android:id="@+id/image_tringle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:layout_marginRight="50dp"
android:src="@drawable/notficationarrow_icon" />
</RelativeLayout>
<ListView
android:id="@+id/listView1"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_below="@id/textView1"
android:background="#ffffff" >
</ListView>
<TextView
android:id="@+id/notficationbglayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_below="@+id/rl_top"
android:background="#ffffff"
android:gravity="center"
style="@style/AudioFileInfoOverlayText"
android:text="Notification"
android:textColor="#666666"
android:textSize="25dip"
android:textStyle="bold" />
</RelativeLayout>
我已經試過很多,但無法申請設置陰影效果,請幫助。
我想去的地方 我已經書面通知上的TextView集陰影效果,以便它看起來像臉書
我想使它像Facebook,請幫助和建議如何應用陰影效果
[這](HTTP ://stackoverflow.com/a/3297562/1777090)應該有所幫助。 – 2014-09-05 11:10:03
我想知道..你真的想要影子..可能是你沒有使用正確的單詞..因爲我無法在臉書頁面看到文字陰影 – 2014-09-05 11:28:03
我想設置像facebook plz檢查 – Edge 2014-09-05 11:32:30