如何给DrawerLayout一个阴影但是从左到右渐变?

时间:2014-12-18 07:44:52

标签: android shadow

我在我的Android项目中使用导航抽屉我成功实现了它,但现在我想要抽屉布局上的阴影,必须从左到右显示。

这是我的抽屉阴影Xml

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle" >

    <gradient
       android:endColor="#00000000"
       android:startColor="#111" >
   </gradient>

   <size
       android:height="@dimen/activity_vertical_margin"
       android:width="25px" >
   </size>

0 个答案:

没有答案