15 lines
487 B
XML
15 lines
487 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:orientation="vertical">
|
||
|
|
||
|
<ImageView
|
||
|
android:id="@+id/ico"
|
||
|
android:layout_width="21dp"
|
||
|
android:layout_height="21dp"
|
||
|
android:layout_marginLeft="3dp"
|
||
|
android:layout_marginTop="6dp"
|
||
|
android:layout_marginRight="3dp" />
|
||
|
|
||
|
</LinearLayout>
|