[android] PP card shadow

This commit is contained in:
Roman Romanov 2017-06-28 11:26:57 +04:00 committed by Aleksandr Zatsepin
parent 4a7128d726
commit 8d04d76e95
7 changed files with 2 additions and 12 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -105,15 +105,10 @@
android:id="@+id/edit_top_space"
android:layout_width="match_parent"
android:layout_height="@dimen/margin_base"/>
<include layout="@layout/divider_horizontal"
android:layout_width="match_parent"
android:layout_height="1dp"/>
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/shadow_top"
android:src="@drawable/shadow_card"
android:scaleType="fitXY"/>
</FrameLayout>

View file

@ -90,15 +90,10 @@
android:id="@+id/edit_top_space"
android:layout_width="match_parent"
android:layout_height="@dimen/margin_base"/>
<include layout="@layout/divider_horizontal"
android:layout_width="match_parent"
android:layout_height="1dp"/>
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/shadow_top"
android:src="@drawable/shadow_card"
android:scaleType="fitXY"/>
</FrameLayout>