<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@color/gray_50"> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:background="?android:attr/selectableItemBackground"> <TextView android:id="@+id/tvTaskTitle" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:layout_marginLeft="72dp" android:layout_marginTop="16dp" android:layout_marginBotton="16dp" android:layout_toLeftOf="@+id/tvTaskDate" android:layout_toRightOf="@+id/tvTaskDate" android:layout_toStartOf="@+id/tvTaskDate" android:textColor="@color/primary_text_default_material_light" android:textSize="16sp" /> <TextView android:id="@+id/tvTaskDate" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentRight="true" android:layout_margin="16dp" android:gravity="right" android:textColor="@color/secondary_text_default_material_light" android:textSize="14sp" /> <de.hdodenhof.circleimageview.CircleImageView android:id="@+id/cvTaskPriority" android:layout_width="40dp" android:layout_height="40dp" android:layout_marginLeft="16dp" android:layout_marginTop="8dp" android:layout_marginBotton="8dp" android:src="@color/colorPrimary" /> </RelativeLayout> </RelativeLayout> 

In Android Studio there is a message:

No resource identifier found for attribute 'layout_marginBotton' in package 'android'

The above code is from the Layout file. Please help I can not figure out what the problem

Closed due to the fact that the participants are off topic : , post_zeew , pavlofff , aleksandr barakin , user194374 27 Nov '16 at 6:33 .

It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:

  • "The question is caused by a problem that is no longer reproduced or typed . Although similar questions may be relevant on this site, solving this question is unlikely to help future visitors. You can usually avoid similar questions by writing and researching a minimum program to reproduce the problem before publishing the question. " - Yuriy SPb, post_zeew, pavlofff, aleksandr barakin, Community Spirit
If the question can be reformulated according to the rules set out in the certificate , edit it .

    1 answer 1

    Rename

     marginBotton - > marginBottom