0
나는 현재 상황보다 더 많은 그림자가 필요합니다. Drawable 디렉토리에 XML 대신 그림자를 추가하는 것이 더 나은 방법이라고 생각 했으므로 CardView를 사용했습니다.CardView를 사용하는 그림자 단추가 더 많아야합니다.
내 코드 :
<android.support.v7.widget.CardView
android:id="@+id/filter_button_layout"
android:layout_width="match_parent"
android:layout_height="60dp"
android:layout_gravity="bottom"
card_view:cardElevation="16dp">
<LinearLayout
android:id="@+id/filter_linear_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/white"
android:orientation="horizontal">
<TextView/>
<TextView/>
</LinearLayout>
</android.support.v7.widget.CardView>
카드보기 하단에 그림자가 보이면 사용자 정의 드로어 블을 사용해야합니다. –
최상의 옵션은 9- 패치 이미지를 사용하는 것입니다. –