2011-05-14 72 views

回答

6

您可以使用像這樣把影子,它的工作原理

<TextView 
    android:id="@+id/text" 
    android:layout_width="fill_parent" 
    android:layout_height="wrap_content" 
    android:text="@string/hello" 
    android:shadowColor="#555555" 
    android:shadowDx="5.0" 
    android:shadowDy="5.0" 
    android:shadowRadius="3.0" 
    /> 
0

是的,當然,你可以讓你的閃屏與微光效果更具創新性。

如果你實現了,那麼啓動畫面上的應用程序名稱將從左到右具有發光效果。 你可以看到我的這個效果的答案。 https://stackoverflow.com/a/34327956/2022000

相關問題