Page MenuHomec4science

button_unpressed.xml
No OneTemporary

File Metadata

Created
Fri, Jan 17, 08:45

button_unpressed.xml

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<corners
android:radius="8dp"
/>
<gradient
android:angle="270"
android:centerX="43%"
android:centerColor="#EB6565"
android:startColor="#E89A97"
android:endColor="#8C0A00"
android:type="linear"
/>
<size
android:width="75dp"
android:height="37dp"
/>
</shape>

Event Timeline