Anthony Restaino
8 years ago
1 changed files with 16 additions and 13 deletions
@ -1,45 +1,48 @@
@@ -1,45 +1,48 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:layout_width="fill_parent" |
||||
<LinearLayout |
||||
xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
||||
android:clickable="false" |
||||
android:gravity="center_vertical" |
||||
android:orientation="horizontal" |
||||
android:paddingBottom="3dp" |
||||
android:paddingEnd="6dp" |
||||
android:paddingLeft="6dp" |
||||
android:paddingRight="6dp" |
||||
android:paddingStart="6dp" |
||||
android:paddingEnd="16dp" |
||||
android:paddingLeft="16dp" |
||||
android:paddingRight="16dp" |
||||
android:paddingStart="16dp" |
||||
android:paddingTop="3dp"> |
||||
|
||||
<ImageView |
||||
android:id="@+id/suggestionIcon" |
||||
android:layout_width="25dp" |
||||
android:layout_height="25dp" /> |
||||
android:layout_width="24dp" |
||||
android:layout_height="24dp"/> |
||||
|
||||
<LinearLayout |
||||
android:layout_width="fill_parent" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
||||
android:orientation="vertical" |
||||
android:paddingLeft="5dp" |
||||
android:paddingRight="5dp"> |
||||
android:paddingLeft="16dp" |
||||
android:paddingRight="16dp"> |
||||
|
||||
<TextView |
||||
android:id="@+id/title" |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:layout_weight="1" |
||||
android:ellipsize="end" |
||||
android:maxLines="1" |
||||
android:textColor="#000000" |
||||
android:textSize="18sp" /> |
||||
android:textSize="18sp"/> |
||||
|
||||
<TextView |
||||
android:id="@+id/url" |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:layout_weight="1" |
||||
android:ellipsize="end" |
||||
android:maxLines="1" |
||||
android:textColor="#6a6a6a" /> |
||||
android:textColor="#6a6a6a"/> |
||||
</LinearLayout> |
||||
|
||||
</LinearLayout> |
Loading…
Reference in new issue