Commit b2a678b6 authored by SHAILESH KUMAR's avatar SHAILESH KUMAR

UI

parent ba3797e8
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
android:gravity="center_vertical" android:gravity="center_vertical"
android:scrollbarAlwaysDrawVerticalTrack="true"> android:scrollbarAlwaysDrawVerticalTrack="true">
<TableRow <!--<TableRow
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:gravity="center" android:gravity="center"
...@@ -110,14 +110,14 @@ ...@@ -110,14 +110,14 @@
</LinearLayout> </LinearLayout>
</android.support.v7.widget.CardView> </android.support.v7.widget.CardView>
</TableRow> </TableRow>-->
<TableRow <TableRow
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:gravity="center" android:gravity="center"
android:orientation="horizontal"> android:orientation="horizontal">
<android.support.v7.widget.CardView <!--<android.support.v7.widget.CardView
android:layout_width="150dp" android:layout_width="150dp"
android:layout_height="150dp" android:layout_height="150dp"
android:layout_column="1" android:layout_column="1"
...@@ -156,8 +156,46 @@ ...@@ -156,8 +156,46 @@
android:textStyle="bold" android:textStyle="bold"
android:fontFamily="casual"/> android:fontFamily="casual"/>
</LinearLayout> </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.support.v7.widget.CardView
android:layout_width="150dp" android:layout_width="150dp"
android:layout_height="150dp" android:layout_height="150dp"
...@@ -248,6 +286,96 @@ ...@@ -248,6 +286,96 @@
android:gravity="center"/> android:gravity="center"/>
</LinearLayout> </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="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.support.v7.widget.CardView
android:layout_width="150dp" android:layout_width="150dp"
android:layout_height="150dp" android:layout_height="150dp"
...@@ -287,9 +415,48 @@ ...@@ -287,9 +415,48 @@
android:fontFamily="casual"/> android:fontFamily="casual"/>
</LinearLayout> </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="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"> <TableRow android:gravity="center">
<LinearLayout <LinearLayout
android:layout_column="1" 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