원클릭으로
hero-section-ui-stability
Best practices for stable, flicker-free Hero cards in MainActivity and History.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Best practices for stable, flicker-free Hero cards in MainActivity and History.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guidelines for managing Varisankya releases across Beta and Production tracks.
How to safely record extra payments without advancing the Varisankya subscription next due date.
Instructions for extracting the Play Store upload keystore, Firebase JSON, and passwords from Bitwarden.
Standard operating procedure for concluding an AI agent session and ensuring workspace integrity.
Guidelines for compiling Varisankya from the CLI without Android Studio.
How to correctly handle custom dates for extra subscription payments using MaterialDatePicker.
| name | Hero Section UI Stability |
| description | Best practices for stable, flicker-free Hero cards in MainActivity and History. |
This skill documents the layout and animation standards to prevent flickering and layout jitters in high-impact Hero sections.
TextViews MUST use android:layout_width="match_parent" instead of wrap_content to prevent the card from recalculating its center or width during numeric transitions.android:maxLines="1" and android:ellipsize="end" to guarantee vertical stability.app:autoSizeTextType="uniform"
app:autoSizeMinTextSize="24sp"
app:autoSizeMaxTextSize="45sp"
120 to 120.4 to 121 causes horizontal jittering and MUST be avoided.SpannableStringBuilder to ensure a smooth, coherent transition.