Commit a6400481 authored by Anupama Balasooriya's avatar Anupama Balasooriya

Edit interface colors and images of Spare Parts function

parent 914d0463
......@@ -4,7 +4,7 @@
<option name="filePathToZoomLevelMap">
<map>
<entry key="..\:/2021-194/app/src/main/res/layout/activity_display_price.xml" value="0.20416666666666666" />
<entry key="..\:/2021-194/app/src/main/res/layout/activity_spare_parts_main.xml" value="0.11510416666666666" />
<entry key="..\:/2021-194/app/src/main/res/layout/activity_spare_parts_main.xml" value="0.18" />
</map>
</option>
</component>
......
......@@ -4,8 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".spareparts.DisplayPriceActivity"
android:background="#1DB7AE">
tools:context=".spareparts.DisplayPriceActivity">
<LinearLayout
android:orientation="vertical"
......@@ -91,7 +90,8 @@
android:layout_below="@id/txt_stores"
android:layout_marginTop="20dp"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:backgroundTint="#1589FF">
</Button>
<!-- Replacing video tutorials -->
......@@ -122,7 +122,8 @@
android:layout_below="@id/txt_replacing_videos"
android:layout_marginTop="20dp"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:backgroundTint="#1589FF">
</Button>
</RelativeLayout>
......
......@@ -4,8 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".spareparts.SparePartsMainActivity"
android:background="#1DB7AE">
tools:context=".spareparts.SparePartsMainActivity">
<LinearLayout
android:orientation="vertical"
......@@ -137,7 +136,8 @@
android:layout_marginBottom="50dp"
android:layout_below="@id/spin_year"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:backgroundTint="#1589FF">
</Button>
</RelativeLayout>
</LinearLayout>
......
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