Commit e1f16914 authored by Ahmad Abi Mulya's avatar Ahmad Abi Mulya

Change Radius View in MainActivity

parent 26055d30
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<stroke <stroke
android:width="0.5dp" android:width="0.5dp"
android:color="#D8CFCF" /> android:color="#FFFFFF" />
<solid android:color="@color/color_white" /> <solid android:color="@color/color_white" />
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
<vector <vector
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt" xmlns:aapt="http://schemas.android.com/aapt"
xmlns:tools="http://schemas.android.com/tools"
android:width="360dp" android:width="360dp"
android:height="249dp" android:height="249dp"
android:viewportWidth="360" android:viewportWidth="360"
...@@ -12,8 +11,8 @@ ...@@ -12,8 +11,8 @@
<group> <group>
<clip-path <clip-path
android:pathData="M10 0H350C355.523 0 360 4.47715 360 10V239C360 244.523 355.523 249 350 249H10C4.47715 249 0 244.523 0 239V10C0 4.47715 4.47715 0 10 0Z" android:pathData="M0 0H360V249H0V0Z"
tools:ignore="VectorRaster" /> />
<path <path
android:pathData="M0 0V249H360V0" android:pathData="M0 0V249H360V0"
......
...@@ -89,6 +89,7 @@ ...@@ -89,6 +89,7 @@
android:id="@+id/tilSearch" android:id="@+id/tilSearch"
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense"
android:layout_width="match_parent" android:layout_width="match_parent"
android:padding="10dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_margin="@dimen/space_default" android:layout_margin="@dimen/space_default"
app:layout_constraintBottom_toBottomOf="@+id/rectangle_4" app:layout_constraintBottom_toBottomOf="@+id/rectangle_4"
...@@ -109,8 +110,8 @@ ...@@ -109,8 +110,8 @@
<androidx.recyclerview.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
android:id="@+id/rvProducts" android:id="@+id/rvProducts"
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="match_parent"
app:layout_constraintTop_toBottomOf="@id/rectangle_4" app:layout_constraintTop_toBottomOf="@id/rectangle_4"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment