Files
Lawnchair/lawnchair/res/drawable/work_apps_toggle_background_shape.xml
T
Suphon Thanakornpakapong a47aa62474 Theme work mode tab and toggle
2021-10-17 22:24:17 +07:00

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>