forked from organicmaps/organicmaps
[android] PP card shadow
This commit is contained in:
parent
4a7128d726
commit
8d04d76e95
7 changed files with 2 additions and 12 deletions
BIN
android/res/drawable-hdpi/shadow_card.9.png
Normal file
BIN
android/res/drawable-hdpi/shadow_card.9.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
android/res/drawable-mdpi/shadow_card.9.png
Normal file
BIN
android/res/drawable-mdpi/shadow_card.9.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
android/res/drawable-xhdpi/shadow_card.9.png
Normal file
BIN
android/res/drawable-xhdpi/shadow_card.9.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
android/res/drawable-xxhdpi/shadow_card.9.png
Normal file
BIN
android/res/drawable-xxhdpi/shadow_card.9.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
android/res/drawable-xxxhdpi/shadow_card.9.png
Normal file
BIN
android/res/drawable-xxxhdpi/shadow_card.9.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue