File tree 2 files changed +13
-0
lines changed 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ <shape xmlns : android =" http://schemas.android.com/apk/res/android" android : shape =" rectangle" >
2
+ <solid android : color =" @android:color/white" />
3
+ <stroke android : width =" 1dip" android : color =" @color/primary" />
4
+ <corners
5
+ android : radius =" 4dp" />
6
+ </shape >
Original file line number Diff line number Diff line change 49
49
<TextView
50
50
android : id =" @+id/noteCategory"
51
51
android : layout_width =" wrap_content"
52
+ android : background =" @drawable/border"
53
+ android : paddingLeft =" 8dp"
54
+ android : paddingRight =" 8dp"
55
+ android : paddingTop =" 2dp"
56
+ android : paddingBottom =" 2dp"
52
57
android : layout_height =" wrap_content"
53
58
android : layout_alignParentStart =" true"
54
59
android : layout_alignParentLeft =" true"
71
76
android : layout_marginLeft =" 16dp"
72
77
android : layout_marginEnd =" 16dp"
73
78
android : layout_marginRight =" 16dp"
79
+ android : paddingTop =" 2dp"
80
+ android : paddingBottom =" 2dp"
74
81
android : ellipsize =" end"
75
82
android : maxLines =" 1"
76
83
android : textColor =" @drawable/list_item_color_selector_low"
You can’t perform that action at this time.
0 commit comments