Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 4

<!

-- Android - 2 -->
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/android_2"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:clipToOutline="true"
android:background="@drawable/android_2"
/>

<!-- drawable/android_2.xml -->


<vector
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="360dp"
android:height="640dp"
android:viewportWidth="360"
android:viewportHeight="640"
>

<group>

<clip-path
android:pathData="M0 0H360V640H0V0Z"
/>

<path
android:pathData="M0 0V640H360V0"
android:fillColor="#FFFFFF"
/>

</group>

</vector>

<!-- create account btn -->


<View
android:id="@+id/create_acco"
android:layout_width="317dp"
android:layout_height="49dp"
android:layout_alignParentLeft="true"
android:layout_marginLeft="21dp"
android:layout_alignParentTop="true"
android:layout_marginTop="395dp"
android:background="#00000000"
/>
<!-- login btn -->
<View
android:id="@+id/login_btn"
android:layout_width="317dp"
android:layout_height="49dp"
android:layout_alignParentLeft="true"
android:layout_marginLeft="21dp"
android:layout_alignParentTop="true"
android:layout_marginTop="464dp"
android:background="#00000000"
/>

<!-- carwash! white logo 1 -->


<View
android:id="@+id/carwash_whi"
android:layout_width="213dp"
android:layout_height="214dp"
android:layout_alignParentLeft="true"
android:layout_marginLeft="73dp"
android:layout_alignParentTop="true"
android:layout_marginTop="43dp"
android:background="@drawable/carwash_whi"
/>

<!-- drawable/carwash_whi.xml -->


<vector
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="213dp"
android:height="214dp"
android:viewportWidth="213"
android:viewportHeight="214"
>

<group>

<clip-path
android:pathData="M0 0H213V214H0V0Z"
/>

</group>

</vector>
<!-- By proceeding you agree to our Terms of Service and Privacy Policy -->
<TextView
android:id="@+id/by_proceedi"
android:layout_width="236dp"
android:layout_height="32dp"
android:layout_alignParentLeft="true"
android:layout_marginLeft="62dp"
android:layout_alignParentTop="true"
android:layout_marginTop="545dp"
android:text="@string/by_proceedi"
android:textAppearance="@style/by_proceedi"
android:gravity="center_horizontal|top"
/>

<!--
Font family: Open Sans
Line height: 16sp
-->
<!-- styles.xml -->
<style name="by_proceedi">

<item name="android:textSize">
12sp
</item>

<item name="android:textColor">
#5D5FEF
</item>

</style>

<!-- strings.xml -->


<string name="by_proceedi">

By proceeding you agree to our Terms of\nService and Privacy Policy


</string>
[2:30 PM, 6/23/2021] Yash Gajera: <!-- Wash your vehicle anywhere -->
<TextView
android:id="@+id/wash_your_v"
android:layout_width="191dp"
android:layout_height="34dp"
android:layout_alignParentLeft="true"
android:layout_marginLeft="84dp"
android:layout_alignParentTop="true"
android:layout_marginTop="266dp"
android:text="@string/wash_your_v"
android:textAppearance="@style/wash_your_v"
android:gravity="center_horizontal|top"
/>

<!--
Font family: Rubik Mono One
Line height: 17sp
-->
<!-- styles.xml -->
<style name="wash_your_v">

<item name="android:textSize">
14sp
</item>

<item name="android:textColor">
#FFFFFF
</item>

</style>

<!-- strings.xml -->


<string name="wash_your_v">

Wash your\nvehicle anywhere


</string>

You might also like