summaryrefslogtreecommitdiff
path: root/packages/SettingsLib/IllustrationPreference/res/drawable/protection_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SettingsLib/IllustrationPreference/res/drawable/protection_background.xml')
-rw-r--r--packages/SettingsLib/IllustrationPreference/res/drawable/protection_background.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SettingsLib/IllustrationPreference/res/drawable/protection_background.xml b/packages/SettingsLib/IllustrationPreference/res/drawable/protection_background.xml
index 0734aca2ab90..a027f287a0aa 100644
--- a/packages/SettingsLib/IllustrationPreference/res/drawable/protection_background.xml
+++ b/packages/SettingsLib/IllustrationPreference/res/drawable/protection_background.xml
@@ -20,6 +20,8 @@
<shape android:shape="rectangle">
<solid android:color="@color/settingslib_protection_color"/>
<corners android:radius="28dp"/>
+ <size android:width="@dimen/settingslib_illustration_width"
+ android:height="@dimen/settingslib_illustration_height"/>
</shape>
</item>
</layer-list>