Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
parkingo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
SHAILESH KUMAR
parkingo
Commits
b2a678b6
Commit
b2a678b6
authored
Nov 06, 2019
by
SHAILESH KUMAR
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI
parent
ba3797e8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
172 additions
and
5 deletions
+172
-5
app/src/main/res/drawable/prevpark.png
app/src/main/res/drawable/prevpark.png
+0
-0
app/src/main/res/drawable/wallet.png
app/src/main/res/drawable/wallet.png
+0
-0
app/src/main/res/layout/dashboard_layout.xml
app/src/main/res/layout/dashboard_layout.xml
+172
-5
No files found.
app/src/main/res/drawable/prevpark.png
0 → 100644
View file @
b2a678b6
1.91 KB
app/src/main/res/drawable/wallet.png
0 → 100644
View file @
b2a678b6
13.4 KB
app/src/main/res/layout/dashboard_layout.xml
View file @
b2a678b6
...
...
@@ -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"
...
...
@@ -248,6 +286,96 @@
android:gravity=
"center"
/>
</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"
...
...
@@ -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
android:gravity=
"center"
>
<LinearLayout
android:layout_column=
"1"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment