私は、アクティビティの下部にあるframelayoutを使用して、フラグメントに影の効果を表示するために、android:elevationを追加します。しかし、影の効果は、上辺ではなく底辺にのみ現れ、いずれかの助言を与えることができますか?アンドロイド:仰角は下側にのみシャドー効果を持っています、どのようにシャドウ効果を上に表示するには?
<FrameLayout
android:id="@+id/bottom_container"
android:background="#00737f"
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_gravity="bottom"
android:elevation="4dp"
android:layout_alignParentBottom="true"
android:layout_marginBottom="50dp"/>