|
@@ -1,45 +1,28 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
<item>
|
|
|
- <shape android:shape="rectangle">
|
|
|
- <solid android:color="#04000000" />
|
|
|
+ <shape android:shape="rectangle" >
|
|
|
+ <solid android:color="#E1E1E1" />
|
|
|
<corners
|
|
|
- android:topLeftRadius="6dp"
|
|
|
- android:bottomLeftRadius="6dp"
|
|
|
+ android:topLeftRadius="4dp"
|
|
|
+ android:bottomLeftRadius="4dp"
|
|
|
/>
|
|
|
</shape>
|
|
|
</item>
|
|
|
+
|
|
|
<item
|
|
|
- android:top="0dp"
|
|
|
+ android:top="1dp"
|
|
|
android:right="0dp"
|
|
|
android:bottom="1dp"
|
|
|
android:left="1dp"
|
|
|
>
|
|
|
- <shape android:shape="rectangle">
|
|
|
- <solid android:color="#0E000000" />
|
|
|
- <corners
|
|
|
- android:topLeftRadius="5dp"
|
|
|
- android:bottomLeftRadius="5dp"
|
|
|
- />
|
|
|
- </shape>
|
|
|
- </item>
|
|
|
-
|
|
|
- <item
|
|
|
- android:top="0dp"
|
|
|
- android:right="0dp"
|
|
|
- android:bottom="2dp"
|
|
|
- android:left="2dp"
|
|
|
- >
|
|
|
- <shape android:shape="rectangle">
|
|
|
- <padding
|
|
|
- android:left="2dp"
|
|
|
- android:bottom="2dp"
|
|
|
- />
|
|
|
- <solid android:color="@color/reader_right_toolbar_bg" />
|
|
|
+ <shape android:shape="rectangle" >
|
|
|
+ <solid android:color="@color/reader_left_toolbar_bg" />
|
|
|
<corners
|
|
|
android:topLeftRadius="4dp"
|
|
|
android:bottomLeftRadius="4dp"
|
|
|
/>
|
|
|
</shape>
|
|
|
</item>
|
|
|
-</layer-list>
|
|
|
+</layer-list>
|
|
|
+
|