wjc
2025-03-26 68db344081c103c94832b8d0a06be6c6888d66e4
app/src/main/res/layout/line_message_info.xml
@@ -3,7 +3,7 @@
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginStart="@dimen/dp_16"
    android:layout_marginEnd="@dimen/dp_25">
    android:layout_marginEnd="@dimen/dp_16">
    <TextView
        android:id="@+id/left_title_tv"
@@ -13,7 +13,7 @@
        android:layout_centerInParent="true"
        android:gravity="center"
        android:textColor="@color/text_E6FFFFFF"
        android:textSize="@dimen/text_14" />
        android:textSize="@dimen/text_12" />
    <TextView
        android:id="@+id/right_content_tv"
@@ -23,7 +23,7 @@
        android:layout_centerVertical="true"
        android:gravity="end"
        android:textColor="@color/text_E6FFFFFF"
        android:textSize="@dimen/text_14" />
        android:textSize="@dimen/text_12" />
</RelativeLayout>