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
4a13f121
Commit
4a13f121
authored
Nov 08, 2019
by
SHAILESH KUMAR
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some modifications
parent
5b4c0cf0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
595 additions
and
109 deletions
+595
-109
.idea/gradle.xml
.idea/gradle.xml
+3
-0
app/src/main/res/layout-sw600dp/dashboard_layout.xml
app/src/main/res/layout-sw600dp/dashboard_layout.xml
+484
-0
app/src/main/res/layout/dashboard_layout.xml
app/src/main/res/layout/dashboard_layout.xml
+108
-109
No files found.
.idea/gradle.xml
View file @
4a13f121
...
...
@@ -3,6 +3,9 @@
<component
name=
"GradleSettings"
>
<option
name=
"linkedExternalProjectsSettings"
>
<GradleProjectSettings>
<compositeConfiguration>
<compositeBuild
compositeDefinitionSource=
"SCRIPT"
/>
</compositeConfiguration>
<option
name=
"distributionType"
value=
"DEFAULT_WRAPPED"
/>
<option
name=
"externalProjectPath"
value=
"$PROJECT_DIR$"
/>
<option
name=
"modules"
>
...
...
app/src/main/res/layout-sw600dp/dashboard_layout.xml
0 → 100644
View file @
4a13f121
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"#7b7777"
android:orientation=
"vertical"
>
<ImageView
android:layout_width=
"wrap_content"
android:layout_height=
"80dp"
android:background=
"@color/black"
android:contentDescription=
"Logo"
android:src=
"@drawable/logo"
/>
<ScrollView
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:scrollbars=
"none"
>
<TableLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:gravity=
"center_vertical"
android:scrollbarAlwaysDrawVerticalTrack=
"true"
>
<!--<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"
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"
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: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"
android:id="@+id/reprint"
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/reprint"
android:contentDescription="reprint logo"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:text="Reprint Ticket"
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:id=
"@+id/check_in"
android:layout_width=
"150dp"
android:layout_height=
"150dp"
android:layout_column=
"1"
android:layout_margin=
"10dp"
android:onClick=
"openNew"
android:paddingLeft=
"10dp"
android:paddingTop=
"0dp"
android:paddingRight=
"10dp"
android:paddingBottom=
"10dp"
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:contentDescription=
"Car logo"
android:src=
"@drawable/car"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:fontFamily=
"casual"
android:text=
"Check in"
android:textAllCaps=
"false"
android:textColor=
"#000"
android:textSize=
"25sp"
android:textStyle=
"bold"
/>
</LinearLayout>
</android.support.v7.widget.CardView>
<android.support.v7.widget.CardView
android:id=
"@+id/vehicle"
android:layout_width=
"150dp"
android:layout_height=
"150dp"
android:layout_column=
"2"
android:layout_margin=
"10dp"
android:onClick=
"openNew"
android:paddingLeft=
"10dp"
android:paddingTop=
"0dp"
android:paddingRight=
"10dp"
android:paddingBottom=
"10dp"
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:contentDescription=
"Availability logo"
android:src=
"@drawable/availabilty"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:fontFamily=
"casual"
android:gravity=
"center"
android:text=
"Parking Availability"
android:textAllCaps=
"false"
android:textColor=
"#000"
android:textSize=
"25sp"
android:textStyle=
"bold"
/>
</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:id=
"@+id/curparks"
android:layout_width=
"150dp"
android:layout_height=
"150dp"
android:layout_column=
"1"
android:layout_margin=
"10dp"
android:onClick=
"openNew"
android:paddingLeft=
"10dp"
android:paddingTop=
"0dp"
android:paddingRight=
"10dp"
android:paddingBottom=
"10dp"
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:contentDescription=
"Availability logo"
android:src=
"@drawable/search"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:fontFamily=
"casual"
android:gravity=
"center"
android:text=
"Current Parkings"
android:textAllCaps=
"false"
android:textColor=
"#000"
android:textSize=
"25sp"
android:textStyle=
"bold"
/>
</LinearLayout>
</android.support.v7.widget.CardView>
<android.support.v7.widget.CardView
android:id=
"@+id/prev_parking"
android:layout_width=
"150dp"
android:layout_height=
"150dp"
android:layout_column=
"2"
android:layout_margin=
"10dp"
android:paddingLeft=
"10dp"
android:paddingTop=
"0dp"
android:paddingRight=
"10dp"
android:paddingBottom=
"10dp"
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:contentDescription=
"profile logo"
android:src=
"@drawable/prevpark"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:fontFamily=
"casual"
android:gravity=
"center"
android:text=
"Previous Parkings"
android:textAllCaps=
"false"
android:textColor=
"#000"
android:textSize=
"25sp"
android:textStyle=
"bold"
/>
</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:paddingLeft=
"10dp"
android:paddingTop=
"0dp"
android:paddingRight=
"10dp"
android:paddingBottom=
"10dp"
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:contentDescription=
"Car logo"
android:src=
"@drawable/wallet"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:fontFamily=
"casual"
android:text=
"Wallet"
android:textAllCaps=
"false"
android:textColor=
"#000"
android:textSize=
"25sp"
android:textStyle=
"bold"
/>
</LinearLayout>
</android.support.v7.widget.CardView>
<android.support.v7.widget.CardView
android:id=
"@+id/availability"
android:layout_width=
"150dp"
android:layout_height=
"150dp"
android:layout_column=
"2"
android:layout_margin=
"10dp"
android:onClick=
"openNew"
android:paddingLeft=
"10dp"
android:paddingTop=
"0dp"
android:paddingRight=
"10dp"
android:paddingBottom=
"10dp"
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:contentDescription=
"profile logo"
android:src=
"@drawable/profile"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:fontFamily=
"casual"
android:text=
"Developers"
android:textAllCaps=
"false"
android:textColor=
"#000"
android:textSize=
"25sp"
android:textStyle=
"bold"
/>
</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_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_column=
"1"
android:gravity=
"center"
>
<Button
android:id=
"@+id/logout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:background=
"#0fd"
android:gravity=
"center"
android:onClick=
"openNew"
android:text=
"Logout"
android:textSize=
"25sp"
android:textStyle=
"bold"
/>
</LinearLayout>
</TableRow>
</TableLayout>
</ScrollView>
</LinearLayout>
\ No newline at end of file
app/src/main/res/layout/dashboard_layout.xml
View file @
4a13f121
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:orientation=
"vertical"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"#7b7777"
xmlns:android=
"http://schemas.android.com/apk/res/android
"
>
android:orientation=
"vertical
"
>
<ImageView
android:layout_width=
"wrap_content"
android:layout_height=
"80dp"
android:src=
"@drawable/logo"
android:background=
"@color/black"
android:contentDescription=
"Logo"
android:
contentDescription=
"Logo"
/>
android:
src=
"@drawable/logo"
/>
<ScrollView
android:layout_width=
"match_parent"
...
...
@@ -158,19 +158,18 @@
</LinearLayout>
</android.support.v7.widget.CardView>-->
<android.support.v7.widget.CardView
android:id=
"@+id/check_in"
android:layout_width=
"150dp"
android:layout_height=
"150dp"
android:layout_column=
"1"
android:layout_margin=
"10dp"
android:
paddingBottom=
"10dp
"
android:
onClick=
"openNew
"
android:paddingLeft=
"10dp"
android:paddingRight=
"10dp"
android:paddingTop=
"0dp"
android:paddingRight=
"10dp"
android:paddingBottom=
"10dp"
app:cardBackgroundColor=
"#fff"
app:cardElevation=
"35dp"
android:id=
"@+id/check_in"
android:onClick=
"openNew"
>
app:cardElevation=
"35dp"
>
<LinearLayout
android:layout_width=
"match_parent"
...
...
@@ -181,35 +180,35 @@
<ImageView
android:layout_width=
"50dp"
android:layout_height=
"50dp"
android:src=
"@drawable/car"
android:contentDescription=
"Car logo"
/>
android:src=
"@drawable/car"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:fontFamily=
"casual"
android:text=
"Check in"
android:textSize=
"25sp"
android:textAllCaps=
"false"
android:textColor=
"#000"
android:textS
tyle=
"bold
"
android:
fontFamily=
"casual"
/>
android:textS
ize=
"25sp
"
android:
textStyle=
"bold"
/>
</LinearLayout>
</android.support.v7.widget.CardView>
<android.support.v7.widget.CardView
android:id=
"@+id/vehicle"
android:layout_width=
"150dp"
android:layout_height=
"150dp"
android:layout_column=
"2"
android:layout_margin=
"10dp"
android:
paddingBottom=
"10dp
"
android:
onClick=
"openNew
"
android:paddingLeft=
"10dp"
android:paddingRight=
"10dp"
android:paddingTop=
"0dp"
android:paddingRight=
"10dp"
android:paddingBottom=
"10dp"
app:cardBackgroundColor=
"#fff"
app:cardElevation=
"35dp"
android:id=
"@+id/vehicle"
android:onClick=
"openNew"
>
app:cardElevation=
"35dp"
>
<LinearLayout
android:layout_width=
"match_parent"
...
...
@@ -220,10 +219,9 @@
<ImageView
android:layout_width=
"50dp"
android:layout_height=
"50dp"
android:src=
"@drawable/availabilty"
android:contentDescription=
"Availability logo"
/>
android:src=
"@drawable/availabilty"
/>
<TextView
android:layout_width=
"wrap_content"
...
...
@@ -239,6 +237,7 @@
</android.support.v7.widget.CardView>
</TableRow>
<TableRow
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
@@ -247,19 +246,18 @@
<android.support.v7.widget.CardView
android:id=
"@+id/curparks"
android:layout_width=
"150dp"
android:layout_height=
"150dp"
android:layout_column=
"1"
android:layout_margin=
"10dp"
android:
paddingBottom=
"10dp
"
android:
onClick=
"openNew
"
android:paddingLeft=
"10dp"
android:paddingRight=
"10dp"
android:paddingTop=
"0dp"
android:paddingRight=
"10dp"
android:paddingBottom=
"10dp"
app:cardBackgroundColor=
"#fff"
app:cardElevation=
"35dp"
android:id=
"@+id/curparks"
android:onClick=
"openNew"
>
app:cardElevation=
"35dp"
>
<LinearLayout
android:layout_width=
"match_parent"
...
...
@@ -270,34 +268,35 @@
<ImageView
android:layout_width=
"50dp"
android:layout_height=
"50dp"
android:src=
"@drawable/search"
android:contentDescription=
"Availability logo"
/>
android:src=
"@drawable/search"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:fontFamily=
"casual"
android:gravity=
"center"
android:text=
"Current Parkings"
android:textSize=
"25sp"
android:textAllCaps=
"false"
android:textColor=
"#000"
android:textStyle=
"bold"
android:fontFamily=
"casual"
android:gravity=
"center"
/>
android:textSize=
"25sp"
android:textStyle=
"bold"
/>
</LinearLayout>
</android.support.v7.widget.CardView>
<android.support.v7.widget.CardView
android:id=
"@+id/prev_parking"
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"
android:paddingRight=
"10dp"
android:paddingBottom=
"10dp"
app:cardBackgroundColor=
"#fff"
app:cardElevation=
"35dp"
android:id=
"@+id/prev_parking"
>
...
...
@@ -310,20 +309,20 @@
<ImageView
android:layout_width=
"50dp"
android:layout_height=
"50dp"
android:src=
"@drawable/prevpark"
android:contentDescription=
"profile logo"
/>
android:src=
"@drawable/prevpark"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:fontFamily=
"casual"
android:gravity=
"center"
android:text=
"Previous Parkings"
android:textSize=
"25sp"
android:textAllCaps=
"false"
android:textColor=
"#000"
android:textStyle=
"bold"
android:fontFamily=
"casual"
android:gravity=
"center"
/>
android:textSize=
"25sp"
android:textStyle=
"bold"
/>
</LinearLayout>
</android.support.v7.widget.CardView>
...
...
@@ -342,10 +341,10 @@
android:layout_height=
"150dp"
android:layout_column=
"1"
android:layout_margin=
"10dp"
android:paddingBottom=
"10dp"
android:paddingLeft=
"10dp"
android:paddingRight=
"10dp"
android:paddingTop=
"0dp"
android:paddingRight=
"10dp"
android:paddingBottom=
"10dp"
app:cardBackgroundColor=
"#fff"
app:cardElevation=
"35dp"
...
...
@@ -361,35 +360,35 @@
<ImageView
android:layout_width=
"50dp"
android:layout_height=
"50dp"
android:src=
"@drawable/wallet"
android:contentDescription=
"Car logo"
/>
android:src=
"@drawable/wallet"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:fontFamily=
"casual"
android:text=
"Wallet"
android:textSize=
"25sp"
android:textAllCaps=
"false"
android:textColor=
"#000"
android:textStyle=
"bold
"
android:fontFamily=
"casual"
/>
android:textSize=
"25sp
"
android:textStyle=
"bold"
/>
</LinearLayout>
</android.support.v7.widget.CardView>
<android.support.v7.widget.CardView
android:id=
"@+id/availability"
android:layout_width=
"150dp"
android:layout_height=
"150dp"
android:layout_column=
"2"
android:layout_margin=
"10dp"
android:
paddingBottom=
"10dp
"
android:
onClick=
"openNew
"
android:paddingLeft=
"10dp"
android:paddingRight=
"10dp"
android:paddingTop=
"0dp"
android:paddingRight=
"10dp"
android:paddingBottom=
"10dp"
app:cardBackgroundColor=
"#fff"
app:cardElevation=
"35dp"
android:id=
"@+id/availability"
android:onClick=
"openNew"
>
app:cardElevation=
"35dp"
>
<LinearLayout
android:layout_width=
"match_parent"
...
...
@@ -400,19 +399,19 @@
<ImageView
android:layout_width=
"50dp"
android:layout_height=
"50dp"
android:src=
"@drawable/profile"
android:contentDescription=
"profile logo"
/>
android:src=
"@drawable/profile"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:fontFamily=
"casual"
android:text=
"Developers"
android:textSize=
"25sp"
android:textAllCaps=
"false"
android:textColor=
"#000"
android:textS
tyle=
"bold
"
android:
fontFamily=
"casual"
/>
android:textS
ize=
"25sp
"
android:
textStyle=
"bold"
/>
</LinearLayout>
</android.support.v7.widget.CardView>
<!--<android.support.v7.widget.CardView
...
...
@@ -458,24 +457,24 @@
</TableRow>
<TableRow
android:gravity=
"center"
>
<LinearLayout
android:layout_column=
"1"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:
gravity=
"center
"
>
android:
layout_column=
"1
"
android:gravity=
"center"
>
<Button
android:id=
"@+id/logout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:background=
"#0fd"
android:gravity=
"center"
android:onClick=
"openNew"
android:text=
"Logout"
android:textSize=
"25sp"
android:textStyle=
"bold"
android:id=
"@+id/logout"
android:onClick=
"openNew"
/>
android:textStyle=
"bold"
/>
</LinearLayout>
</TableRow>
</TableLayout>
...
...
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