You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.2 KiB
33 lines
1.2 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
android:layout_width="match_parent" |
|
android:layout_height="56dp" |
|
android:background="@drawable/list_bg" |
|
android:gravity="center_vertical" |
|
android:orientation="horizontal" > |
|
|
|
<ImageView |
|
android:id="@+id/faviconBookmark" |
|
android:layout_width="24dp" |
|
android:layout_height="24dp" |
|
android:layout_marginLeft="16dp" |
|
android:layout_marginRight="16dp" |
|
android:contentDescription="Favicon" |
|
android:gravity="center_vertical" > |
|
</ImageView> |
|
|
|
<TextView |
|
android:id="@+id/textBookmark" |
|
android:layout_width="match_parent" |
|
android:layout_height="wrap_content" |
|
android:ellipsize="end" |
|
android:fontFamily="sans-serif-light" |
|
android:gravity="center_vertical" |
|
android:maxLines="1" |
|
android:minHeight="?android:attr/listPreferredItemHeightSmall" |
|
android:paddingRight="16dp" |
|
android:singleLine="true" |
|
android:textAppearance="?android:attr/textAppearanceListItemSmall" |
|
android:textColor="@color/dark_text" /> |
|
|
|
</LinearLayout> |