Advertisement
ebergar

Untitled

Mar 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.50 KB | None | 0 0
  1. <!-- R.layout.view_my_design_case_list_item -->
  2. <?xml version="1.0" encoding="utf-8"?>
  3. <com.awakemobile.myapplication.views.ListItemView
  4.   xmlns:android="http://schemas.android.com/apk/res/android"
  5.   android:layout_width="match_parent"
  6.   android:layout_height="wrap_content">
  7.  
  8.     <ImageView
  9.          android:layout_width="wrap_content"
  10.          android:layout_height="wrap_content"
  11.          android:padding="8dp"
  12.          android:src="@mipmap/ic_launcher" />
  13. </com.awakemobile.myapplication.views.ListItemView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement