Loading res/drawable/window_overlay.xml 0 → 100644 +27 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android" > <item android:bottom="-1px"> <shape android:shape="rectangle" > <gradient android:angle="270" android:centerColor="#10000000" android:endColor="#00000000" android:startColor="#22000000" /> </shape> </item> <item android:bottom="-1dp" android:left="-1px" android:right="-1px" android:top="0px"> <shape android:shape="rectangle" > <solid android:color="#00000000" /> <stroke android:width="1px" android:color="#10000000" /> </shape> </item> </layer-list> No newline at end of file Loading
res/drawable/window_overlay.xml 0 → 100644 +27 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android" > <item android:bottom="-1px"> <shape android:shape="rectangle" > <gradient android:angle="270" android:centerColor="#10000000" android:endColor="#00000000" android:startColor="#22000000" /> </shape> </item> <item android:bottom="-1dp" android:left="-1px" android:right="-1px" android:top="0px"> <shape android:shape="rectangle" > <solid android:color="#00000000" /> <stroke android:width="1px" android:color="#10000000" /> </shape> </item> </layer-list> No newline at end of file