Commit b2a678b6 authored by SHAILESH KUMAR's avatar SHAILESH KUMAR

UI

parent ba3797e8
......@@ -25,7 +25,7 @@
android:gravity="center_vertical"
android:scrollbarAlwaysDrawVerticalTrack="true">
<TableRow
<!--<TableRow
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
......@@ -110,14 +110,14 @@
</LinearLayout>
</android.support.v7.widget.CardView>
</TableRow>
</TableRow>-->
<TableRow
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal">
<android.support.v7.widget.CardView
<!--<android.support.v7.widget.CardView
android:layout_width="150dp"
android:layout_height="150dp"
android:layout_column="1"
......@@ -156,8 +156,46 @@
android:textStyle="bold"
android:fontFamily="casual"/>
</LinearLayout>
</android.support.v7.widget.CardView>
</android.support.v7.widget.CardView>-->
<android.support.v7.widget.CardView
android:layout_width="150dp"
android:layout_height="150dp"
android:layout_column="1"
android:layout_margin="10dp"
android:paddingBottom="10dp"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:paddingTop="0dp"
app:cardBackgroundColor="#fff"
app:cardElevation="35dp"
android:id="@+id/check_in"
android:onClick="openNew"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="vertical">
<ImageView
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@drawable/car"
android:contentDescription="Car logo"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Check in"
android:textSize="25sp"
android:textAllCaps="false"
android:textColor="#000"
android:textStyle="bold"
android:fontFamily="casual"/>
</LinearLayout>
</android.support.v7.widget.CardView>
<android.support.v7.widget.CardView
android:layout_width="150dp"
android:layout_height="150dp"
......@@ -249,6 +287,96 @@
</LinearLayout>
</android.support.v7.widget.CardView>
<android.support.v7.widget.CardView
android:layout_width="150dp"
android:layout_height="150dp"
android:layout_column="2"
android:layout_margin="10dp"
android:paddingBottom="10dp"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:paddingTop="0dp"
app:cardBackgroundColor="#fff"
app:cardElevation="35dp"
android:id="@+id/prev_parking"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="vertical">
<ImageView
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@drawable/prevpark"
android:contentDescription="profile logo"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Previous Parkings"
android:textSize="25sp"
android:textAllCaps="false"
android:textColor="#000"
android:textStyle="bold"
android:fontFamily="casual"
android:gravity="center"/>
</LinearLayout>
</android.support.v7.widget.CardView>
</TableRow>
<TableRow
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal">
<android.support.v7.widget.CardView
android:layout_width="150dp"
android:layout_height="150dp"
android:layout_column="1"
android:layout_margin="10dp"
android:paddingBottom="10dp"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:paddingTop="0dp"
app:cardBackgroundColor="#fff"
app:cardElevation="35dp"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="vertical">
<ImageView
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@drawable/wallet"
android:contentDescription="Car logo"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Wallet"
android:textSize="25sp"
android:textAllCaps="false"
android:textColor="#000"
android:textStyle="bold"
android:fontFamily="casual"/>
</LinearLayout>
</android.support.v7.widget.CardView>
<android.support.v7.widget.CardView
android:layout_width="150dp"
android:layout_height="150dp"
android:layout_column="2"
......@@ -287,9 +415,48 @@
android:fontFamily="casual"/>
</LinearLayout>
</android.support.v7.widget.CardView>
<!--<android.support.v7.widget.CardView
android:layout_width="150dp"
android:layout_height="150dp"
android:layout_column="2"
android:layout_margin="10dp"
android:paddingBottom="10dp"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:paddingTop="0dp"
app:cardBackgroundColor="#fff"
app:cardElevation="35dp"
android:id="@+id/checkout"
android:onClick="openNew"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="vertical">
<ImageView
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@drawable/checkout"
android:contentDescription="Checkout logo"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Check Out"
android:textSize="25sp"
android:textAllCaps="false"
android:textColor="#000"
android:textStyle="bold"
android:fontFamily="casual"/>
</LinearLayout>
</android.support.v7.widget.CardView>-->
</TableRow>
</TableRow>
<TableRow android:gravity="center">
<LinearLayout
android:layout_column="1"
......
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