Blame view

footsafety/app/src/main/res/layout/item_layout_logs_details.xml 561 Bytes
f7a13682   “wangming”   项目初始化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  <?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>