mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 09:49:19 +02:00
fixed catalog manager item view
This commit is contained in:
parent
21cf88adea
commit
e41406ba88
1 changed files with 14 additions and 15 deletions
|
@ -11,9 +11,10 @@
|
||||||
<CheckBox
|
<CheckBox
|
||||||
android:id="@+id/catalog_manager_item_checkbox"
|
android:id="@+id/catalog_manager_item_checkbox"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="fill_parent"
|
||||||
android:layout_marginTop="8dp"
|
android:layout_marginTop="8dp"
|
||||||
android:text=""
|
android:text=""
|
||||||
|
android:gravity="center|center_vertical"
|
||||||
/>
|
/>
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/catalog_manager_item_icon"
|
android:id="@+id/catalog_manager_item_icon"
|
||||||
|
@ -28,9 +29,12 @@
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
>
|
>
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
|
android:layout_marginLeft="5dp"
|
||||||
|
android:layout_marginRight="30dp"
|
||||||
|
android:layout_alignParentLeft="true"
|
||||||
>
|
>
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/catalog_manager_item_title"
|
android:id="@+id/catalog_manager_item_title"
|
||||||
|
@ -40,32 +44,27 @@
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||||
android:ellipsize="marquee"
|
android:ellipsize="marquee"
|
||||||
android:marqueeRepeatLimit="marquee_forever"
|
android:marqueeRepeatLimit="marquee_forever"
|
||||||
|
android:layout_marginRight="5dp"
|
||||||
/>
|
/>
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/catalog_manager_item_subtitle"
|
android:id="@+id/catalog_manager_item_subtitle"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="5dip"
|
|
||||||
android:paddingRight="5dp"
|
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||||
android:ellipsize="marquee"
|
android:ellipsize="marquee"
|
||||||
android:marqueeRepeatLimit="marquee_forever"
|
android:marqueeRepeatLimit="marquee_forever"
|
||||||
|
android:layout_marginRight="5dp"
|
||||||
|
android:layout_marginTop="5dp"
|
||||||
/>
|
/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
<RelativeLayout
|
|
||||||
android:id="@+id/catalog_manager_item_drag_icon"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="fill_parent"
|
|
||||||
android:gravity="center_vertical"
|
|
||||||
android:layout_alignParentRight="true"
|
|
||||||
>
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
android:id="@+id/catalog_manager_item_drag_icon"
|
||||||
android:src="@drawable/drag_icon"
|
android:src="@drawable/drag_icon"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="fill_parent"
|
||||||
android:layout_centerHorizontal="true"
|
android:layout_alignParentRight="true"
|
||||||
|
android:gravity="center_vertical"
|
||||||
/>
|
/>
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
</RelativeLayout>
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue