mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-17 20:20:50 +01:00
Tweak drop shadow
This commit is contained in:
parent
7e3cb19bac
commit
92adcf47bd
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
<gradient
|
<gradient
|
||||||
android:angle="90"
|
android:angle="90"
|
||||||
android:endColor="#00000000"
|
android:endColor="@android:color/transparent"
|
||||||
android:startColor="#80000000"
|
android:startColor="#73111111"
|
||||||
android:type="linear" />
|
android:type="linear" />
|
||||||
|
|
||||||
</shape>
|
</shape>
|
@ -6,7 +6,7 @@
|
|||||||
android:orientation="vertical" >
|
android:orientation="vertical" >
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_height="4dip"
|
android:layout_height="4dip"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:background="@drawable/drop_shadow" />
|
android:background="@drawable/drop_shadow" />
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user