style: 备注恢复绿色淡背景样式(24sp 灰色文字 + padding)
保留"备注:"前缀,样式还原为原始的 bg_note_green 风格 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -179,19 +179,16 @@
|
||||
android:layout_marginTop="5dp" />
|
||||
</LinearLayout>
|
||||
|
||||
<!-- 备注块:标签和内容同行,靠左对齐 -->
|
||||
<TextView
|
||||
android:id="@+id/noteContainer"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="gone" />
|
||||
|
||||
<!-- 备注块(绿色淡背景) -->
|
||||
<TextView
|
||||
android:id="@+id/tvNote"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/bg_note_green"
|
||||
android:textColor="@color/text_secondary"
|
||||
android:textSize="22sp"
|
||||
android:textSize="24sp"
|
||||
android:lineSpacingMultiplier="1.5"
|
||||
android:padding="16dp"
|
||||
android:layout_marginBottom="11dp"
|
||||
android:visibility="gone" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user