comp_people_bottom.xml 2.6 KB
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="@dimen/rmrb_dp44"
    android:orientation="horizontal">

    <com.view.text.view.TagTextView
        android:id="@+id/share_btn"
        android:layout_width="match_parent"
        android:layout_height="@dimen/rmrb_dp44"
        android:layout_weight="1"
        android:gravity="center"
        android:text="@string/comp_bottom_share_txt"
        android:textColor="@color/res_color_common_C2"
        android:textSize="@dimen/rmrb_dp14"
        app:tvt_image_height="@dimen/rmrb_dp18"
        app:tvt_image_resource="@mipmap/rmrb_share_btn"
        app:tvt_image_width="@dimen/rmrb_dp18"
        app:tvt_margin_right="@dimen/rmrb_dp4"
        app:tvt_type="image" />


    <com.view.text.view.TagTextView
        android:id="@+id/ttcomment_btn"
        android:layout_width="match_parent"
        android:layout_height="@dimen/rmrb_dp44"
        android:layout_weight="1"
        android:gravity="center"
        android:text="@string/comp_bottom_comment_txt"
        android:textColor="@color/res_color_common_C2"
        android:textSize="@dimen/rmrb_dp14"
        app:tvt_image_height="@dimen/rmrb_dp18"
        app:tvt_image_resource="@mipmap/rmrb_comment_btn"
        app:tvt_image_width="@dimen/rmrb_dp18"
        app:tvt_margin_right="@dimen/rmrb_dp4"
        app:tvt_type="image" />

    <LinearLayout
        android:id="@+id/praise_lay"
        android:layout_width="match_parent"
        android:layout_height="@dimen/rmrb_dp44"
        android:layout_weight="1"
        android:gravity="center"
        android:orientation="horizontal">

        <com.wd.foundation.wdkit.view.AnimationView
            android:id="@+id/praise_img"
            android:layout_width="@dimen/rmrb_dp30"
            android:layout_height="@dimen/rmrb_dp30"
            app:anim_lottie_fileName="dynamic_manuscript_like.json"
            app:anim_select_image="@mipmap/icon_like_selected_redheart"
            app:anim_unselect_image="@mipmap/icon_comp_like_unselect_grey_redheart" />

        <TextView
            android:id="@+id/praise_btn"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="center"
            android:gravity="center"
            android:text="@string/comp_bottom_praise_txt"
            android:textColor="@color/res_color_common_C2"
            android:textSize="@dimen/rmrb_dp14" />

    </LinearLayout>

</LinearLayout>