fuzzy_search_item.xml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. >
  6. <LinearLayout
  7. android:background="@drawable/login_technological_process"
  8. android:id="@+id/line_true"
  9. android:layout_marginTop="5dp"
  10. android:layout_marginLeft="30dp"
  11. android:layout_marginRight="30dp"
  12. android:orientation="horizontal"
  13. android:layout_width="match_parent"
  14. android:layout_height="wrap_content"
  15. android:layout_marginBottom="5dp">
  16. <TextView
  17. android:id="@+id/macode_Tv"
  18. android:gravity="right"
  19. android:text=""
  20. android:layout_width="0dp"
  21. android:layout_weight="5"
  22. android:textSize="@dimen/textsize_20"
  23. android:layout_height="wrap_content"
  24. />
  25. <TextView
  26. android:id="@+id/remark_Tv"
  27. android:text=""
  28. android:gravity="left"
  29. android:layout_width="0dp"
  30. android:layout_weight="6"
  31. android:textSize="@dimen/textsize_20"
  32. android:layout_height="wrap_content"
  33. />
  34. </LinearLayout>
  35. </RelativeLayout>