item_class_photos.xml 613 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="wrap_content"
  4. android:layout_height="wrap_content"
  5. android:layout_marginLeft="6dp"
  6. android:background="@color/white">
  7. <ImageView
  8. android:id="@+id/img_view"
  9. android:layout_width="85dp"
  10. android:layout_height="85dp"
  11. android:layout_centerVertical="true"
  12. android:layout_marginLeft="5dp"
  13. android:layout_marginTop="5dp"
  14. android:scaleType="fitXY"
  15. android:layout_marginRight="5dp" />
  16. </RelativeLayout>