ワンクリックで
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.