redbox_item_frame.xml 798 B

1234567891011121314151617181920212223242526
  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:layout_width="match_parent"
  3. android:layout_height="match_parent"
  4. android:orientation="vertical"
  5. android:paddingTop="8dp"
  6. android:paddingBottom="8dp"
  7. android:paddingLeft="16dp"
  8. android:paddingRight="16dp"
  9. >
  10. <TextView
  11. android:id="@+id/rn_frame_method"
  12. android:layout_width="match_parent"
  13. android:layout_height="wrap_content"
  14. android:textColor="@android:color/white"
  15. android:textSize="14sp"
  16. android:fontFamily="monospace"
  17. />
  18. <TextView
  19. android:id="@+id/rn_frame_file"
  20. android:layout_width="match_parent"
  21. android:layout_height="wrap_content"
  22. android:textColor="#E6B8B8"
  23. android:textSize="12sp"
  24. android:fontFamily="monospace"
  25. />
  26. </LinearLayout>