2017-08-03 13 views

答えて

0

CardViewを調べることを強くおすすめします。

ご希望の機能が内蔵されています。

1

はあなたが9・パッチ画像を使用することができますCardview

<android.support.v7.widget.CardView 
    xmlns:app="http://schemas.android.com/apk/res-auto" 
    android:layout_width="match_parent" 
    android:layout_height="match_parent" 
    app:cardUseCompatPadding="true" 
    app:cardElevation="4dp" 
    app:cardCornerRadius="3dp" > 

    <!-- put your attributes --> 

</android.support.v7.widget.CardView> 

http://www.zoftino.com/android-view-shadow-effect

OR

でこれを試してみてください。

http://inloop.github.io/shadow4android/

関連する問題