feat(banner): 배너 XML 레이아웃 속성을 추가한다

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-05-28 00:08:25 +09:00
parent e2d848b7e5
commit 2e5af796e4
3 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="BannerView">
<attr name="bannerPreviewItemCount" format="integer" />
<attr name="bannerPreviewCurrentIndex" format="integer" />
<attr name="bannerPreviewImage" format="reference" />
</declare-styleable>
</resources>