Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- >
- <ImageView
- android:onClick="Click"
- android:layout_margin="5dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- app:srcCompat="@mipmap/ic_launcher"
- android:id="@+id/imageView" />
- <TextView
- android:text="Нет название"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:id="@+id/textName"
- android:textSize="14sp"
- android:maxLength="40"
- android:textColor="@color/colorPrimary"
- android:layout_below="@+id/imageView"
- android:layout_alignParentLeft="true"
- android:layout_alignParentStart="true" />
- </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment