FoodItem padding
This commit is contained in:
parent
1f3963474a
commit
08deaa8b82
|
@ -8,18 +8,15 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
app:cardCornerRadius="4dp"
|
||||
app:cardElevation="4dp"
|
||||
app:cardUseCompatPadding="true"
|
||||
app:contentPadding="2dp"
|
||||
app:strokeWidth="1dp">
|
||||
app:cardElevation="2dp"
|
||||
app:cardUseCompatPadding="true" >
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:baselineAligned="false"
|
||||
android:orientation="horizontal"
|
||||
android:paddingStart="3dp"
|
||||
android:paddingEnd="3dp">
|
||||
android:orientation="horizontal" >
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="0dp"
|
||||
|
|
Loading…
Reference in a new issue