File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <shape xmlns : android =" http://schemas.android.com/apk/res/android" >
3+ <solid android : color =" #f0f0f0" />
4+ <corners android : radius =" 8dp" />
5+ </shape >
Original file line number Diff line number Diff line change 1111 android : layout_width =" match_parent"
1212 android : layout_height =" match_parent"
1313 android : orientation =" vertical"
14+ android : padding =" 16dp"
1415 tools : context =" .MainActivity" >
1516
1617 <androidx .recyclerview.widget.RecyclerView
Original file line number Diff line number Diff line change 33 xmlns : app =" http://schemas.android.com/apk/res-auto"
44 android : layout_width =" match_parent"
55 android : layout_height =" wrap_content"
6- android : padding =" 16dp" >
6+ android : background =" @drawable/item_border_rounded"
7+ android : layout_margin =" 5dp"
8+ android : padding =" 10dp" >
79
810 <TextView
911 android : id =" @+id/numberTextView"
You can’t perform that action at this time.
0 commit comments