0
我試圖創建此:如何創建此自定義陰影?
的截圖顯示,看起來像一卡一UI元素,它有它下方的弧形陰影。我不確定創建影子的最佳方式是什麼。如果任何人有類似的東西,你的洞察力將會非常感謝。
這裏是一個初始佈局:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/wrapper"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<RelativeLayout
android:id="@+id/card"
style="@style/card"> <!-- contains the card drawable -->
<TextView
android:text="Text and images go here" />
</RelativeLayout>
<ImageView
android:background="card_shadow" />
你怎麼會去這樣做呢?不知怎的,影子可以包含在可繪製的卡片中嗎?
謝謝。
Woops 。 @邁克爾打敗了我。 – Phix