Commit 073b1428 authored by Trio Saputra's avatar Trio Saputra

new updated

parent a42f40f5
...@@ -9,10 +9,25 @@ ...@@ -9,10 +9,25 @@
type="String" /> type="String" />
</data> </data>
<LinearLayout
android:layout_width="match_parent"
android:orientation="vertical"
android:background="@color/colorBackground"
android:layout_height="wrap_content">
<com.google.android.material.textview.MaterialTextView
android:id="@+id/tvHeadProduct"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="24dp"
android:layout_margin="@dimen/space_default"
android:text="Tambah Product"/>
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">
<RelativeLayout <RelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@color/colorBackground"
tools:context=".activities.ProductActivity"> tools:context=".activities.ProductActivity">
<com.google.android.material.card.MaterialCardView <com.google.android.material.card.MaterialCardView
...@@ -94,7 +109,7 @@ ...@@ -94,7 +109,7 @@
<com.google.android.material.textfield.TextInputLayout <com.google.android.material.textfield.TextInputLayout
android:id="@+id/tilCategory" android:id="@+id/tilCategory"
style="@style/Widget.MaterialComponents.TextInputLayout.FilledBox.ExposedDropdownMenu" style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense.ExposedDropdownMenu"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@+id/tilPrice" android:layout_below="@+id/tilPrice"
...@@ -144,4 +159,12 @@ ...@@ -144,4 +159,12 @@
app:cornerRadius="@dimen/space_default" app:cornerRadius="@dimen/space_default"
android:elevation="5dp" /> android:elevation="5dp" />
</RelativeLayout> </RelativeLayout>
</ScrollView>
</LinearLayout>
</layout> </layout>
\ No newline at end of file
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