Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
の右側に内側の影を設定するにはどうすればよいLinearLayoutですか?
LinearLayout
以下のように:
(ソース: part.lt )
グラデーションになる背景のある単純なビューを使用できます。
このグラデーションは、描画可能な形状にすることができます。
<shape> <gradient android:startColor="#000000" android:endColor="#FFFFFF" android:angle="90"/> </shape>
影に適切な角度を設定するだけです。