我在我的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>