feat(banner): Phase 8 배너 동작을 보완한다

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 13:10:38 +09:00
parent df782d7968
commit 8dd2371ce4
3 changed files with 151 additions and 9 deletions

View File

@@ -33,7 +33,7 @@
<TextView
android:id="@+id/tv_banner_current_index"
style="@style/Typography.Caption2"
style="@style/Typography.Body5"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/white"
@@ -41,7 +41,7 @@
<TextView
android:id="@+id/tv_banner_counter_separator"
style="@style/Typography.Caption2"
style="@style/Typography.Body5"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/gray_400"
@@ -49,7 +49,7 @@
<TextView
android:id="@+id/tv_banner_total_count"
style="@style/Typography.Caption2"
style="@style/Typography.Body5"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/gray_400"