aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/layout/item_rpan_comment.xml
blob: 97f8969fe1644b5b9472556985f89d885d4ae597 (plain) (tree)

























                                                                        
                                          










                                                                 
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginTop="8dp"
    android:paddingBottom="8dp">

    <ImageView
        android:id="@+id/icon_image_view_item_rpan_comment"
        android:layout_width="24dp"
        android:layout_height="24dp"
        android:layout_gravity="center_vertical" />

    <LinearLayout
        android:layout_width="0dp"
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:layout_gravity="center_vertical"
        android:layout_marginStart="16dp"
        android:layout_marginEnd="0dp"
        android:orientation="vertical">

        <TextView
            android:id="@+id/author_text_view_item_rpan_comment"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:textColor="#02BAEE" />

        <TextView
            android:id="@+id/content_text_view_item_rpan_comment"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="4dp"
            android:textColor="#FFFFFF" />

    </LinearLayout>

</LinearLayout>