Tweak drop shadow

This commit is contained in:
tzugen 2021-11-09 18:06:47 +01:00
parent 7e3cb19bac
commit 92adcf47bd
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@
<gradient
android:angle="90"
android:endColor="#00000000"
android:startColor="#80000000"
android:endColor="@android:color/transparent"
android:startColor="#73111111"
android:type="linear" />
</shape>

View File

@ -6,7 +6,7 @@
android:orientation="vertical" >
<LinearLayout
android:layout_height="4dip"
android:layout_height="4dip"
android:layout_width="fill_parent"
android:background="@drawable/drop_shadow" />