File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 19
19
android : layout_marginLeft =" 16dp"
20
20
android : background =" ?attr/selectableItemBackgroundBorderless"
21
21
android : contentDescription =" @string/content_description_bookmark_delete_button" />
22
- <FrameLayout
22
+ <LinearLayout
23
23
android : layout_width =" match_parent"
24
24
android : layout_height =" wrap_content"
25
+ android : orientation =" horizontal"
25
26
android : layout_marginStart =" 16dp"
26
27
android : layout_marginLeft =" 16dp"
27
28
android : layout_marginEnd =" 16dp"
28
29
android : layout_marginRight =" 16dp" >
29
30
<TextView
30
31
android : id =" @+id/bookmark_name_text_view"
31
- android : layout_width =" match_parent"
32
+ android : layout_width =" 0dp"
33
+ android : layout_weight =" 1"
32
34
android : layout_height =" wrap_content"
33
35
android : layout_gravity =" center_vertical" />
34
36
<ImageView
40
42
android : scaleType =" center"
41
43
android : src =" @drawable/ic_reorder_black_24dp"
42
44
android : contentDescription =" @string/content_description_bookmark_drag_item" />
43
- </FrameLayout >
45
+ </LinearLayout >
44
46
</LinearLayout >
You can’t perform that action at this time.
0 commit comments