Added missing > in XML.
This commit is contained in:
parent
44824fa6cf
commit
d2e2b492fb
@ -6,7 +6,7 @@
|
|||||||
android:paddingTop="5dp"
|
android:paddingTop="5dp"
|
||||||
android:paddingBottom="5dp"
|
android:paddingBottom="5dp"
|
||||||
android:paddingLeft="2dp"
|
android:paddingLeft="2dp"
|
||||||
android:paddingRight="2dp"
|
android:paddingRight="2dp">
|
||||||
|
|
||||||
<TextView android:id="@+id/buildtype"
|
<TextView android:id="@+id/buildtype"
|
||||||
android:textSize="12sp"
|
android:textSize="12sp"
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
android:paddingTop="3dp"
|
android:paddingTop="3dp"
|
||||||
android:paddingBottom="4dp"
|
android:paddingBottom="4dp"
|
||||||
android:paddingLeft="6dp"
|
android:paddingLeft="6dp"
|
||||||
android:paddingRight="10dp"
|
android:paddingRight="10dp">
|
||||||
|
|
||||||
<ImageView android:id="@+id/icon"
|
<ImageView android:id="@+id/icon"
|
||||||
android:scaleType="fitCenter"
|
android:scaleType="fitCenter"
|
||||||
@ -56,7 +56,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@id/name"
|
android:layout_below="@id/name"
|
||||||
android:layout_alignParentRight="true"
|
android:layout_alignParentRight="true" />
|
||||||
|
|
||||||
<TextView android:id="@+id/status"
|
<TextView android:id="@+id/status"
|
||||||
android:textSize="12sp"
|
android:textSize="12sp"
|
||||||
@ -67,7 +67,7 @@
|
|||||||
android:layout_alignBaseline="@id/license"
|
android:layout_alignBaseline="@id/license"
|
||||||
android:layout_toLeftOf="@id/license"
|
android:layout_toLeftOf="@id/license"
|
||||||
android:layout_alignLeft="@id/name"
|
android:layout_alignLeft="@id/name"
|
||||||
android:paddingLeft="1dp"
|
android:paddingLeft="1dp" />
|
||||||
|
|
||||||
<TextView android:id="@+id/summary"
|
<TextView android:id="@+id/summary"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
@ -75,6 +75,6 @@
|
|||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@id/icon"
|
android:layout_below="@id/icon"
|
||||||
android:paddingLeft="6dp"
|
android:paddingLeft="6dp" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user