一键导入
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.