Commit 0402d7a1 authored by Wickrama M.A.D's avatar Wickrama M.A.D

Upload interface

parent a6e9659f
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".Changers_in_one">
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/finalback">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
<include layout="@layout/oil_filter" android:id="@+id/layoutoilfilter" />
<include layout="@layout/engine_oil" android:id="@+id/layoutengineoil" />
<include layout="@layout/washer_plug" android:id="@+id/layoutwasher_plug" />
<include layout="@layout/dust_filter" android:id="@+id/layoutdust_filter" />
<include layout="@layout/wheel_align" android:id="@+id/layoutwheel_align" />
<include layout="@layout/air_clean_filter" android:id="@+id/layoutair_clean_filter" />
<include layout="@layout/fuel_filter" android:id="@+id/layoutfuel_filter" />
<include layout="@layout/spark_plug" android:id="@+id/layoutspark_plug" />
<include layout="@layout/brake_fluid" android:id="@+id/layoutbrake_fluid" />
<include layout="@layout/break_oil" android:id="@+id/layoutbreak_oil" />
<include layout="@layout/transmission_fluid" android:id="@+id/layouttransmission_fluid" />
<include layout="@layout/break_pads" android:id="@+id/layoutbreak_pads" />
<include layout="@layout/clutch" android:id="@+id/layoutclutch" />
<include layout="@layout/coolant" android:id="@+id/layoutcoolant" />
</LinearLayout>
</ScrollView>
</android.support.constraint.ConstraintLayout>
\ 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