Buttons are 42dp wide, full-height album art with rounded corners
This commit is contained in:
parent
e111d4f113
commit
26bba697cb
5 changed files with 62 additions and 13 deletions
|
|
@ -19,8 +19,8 @@
|
|||
android:right="0dp"
|
||||
android:bottom="1dp"
|
||||
android:left="0dp"/>
|
||||
<solid android:color="#d4d4d4"/>
|
||||
<corners android:radius="2dp"/>
|
||||
<solid android:color="#55d4d4d4"/>
|
||||
<corners android:radius="@dimen/app_widget_card_radius"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
|
|
@ -30,15 +30,15 @@
|
|||
android:right="0dp"
|
||||
android:bottom="1dp"
|
||||
android:left="0dp"/>
|
||||
<solid android:color="#dddddd"/>
|
||||
<corners android:radius="2dp"/>
|
||||
<solid android:color="#55dddddd"/>
|
||||
<corners android:radius="@dimen/app_widget_card_radius"/>
|
||||
</shape>
|
||||
</item>
|
||||
<!-- Background -->
|
||||
|
||||
<item>
|
||||
<shape>
|
||||
<solid android:color="@android:color/white"/>
|
||||
<corners android:radius="2dp"/>
|
||||
<corners android:radius="@dimen/app_widget_card_radius"/>
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue