10 lines
400 B
XML
10 lines
400 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<corners android:radius="@dimen/work_fab_radius" />
|
|
<solid android:color="?android:attr/colorControlHighlight" />
|
|
<padding
|
|
android:left="@dimen/work_profile_footer_padding"
|
|
android:right="@dimen/work_profile_footer_padding" />
|
|
</shape>
|