item_layout_logs_details.xml 561 Bytes
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="#FFFAFA">

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="@dimen/thirty_height"
        android:gravity="center"
        android:text="2018-12-29 11:50:13:028 +0530[2] Logsfile....."
        android:textColor="@color/blacktxt"
        android:textSize="@dimen/sixteenText_size" />


</RelativeLayout>