-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SY-120 check Internet connection #126
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
most of the changes are mostly just to move things to style and resource files
android:id="@+id/container" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:background="#171618" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this a color? should move to style or color resource
android:textSize="20sp" | ||
android:textStyle="normal|bold" /> | ||
android:layout_height="match_parent" | ||
android:background="#171618" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
color style
android:fontFamily="serif-monospace" | ||
android:onClick="useCurrentLocation" | ||
android:text="@string/current_location" | ||
android:textColor="#ffffff" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="30dp" | ||
android:backgroundTint="#665966" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style
android:layout_height="wrap_content" | ||
android:layout_centerHorizontal="true" | ||
android:fontFamily="serif-monospace" | ||
android:text="Where do you want to go?" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
text to string files
0bd6325
to
7b0aef7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just want to make sure it compiles like this. Can't run it on my own yet (system being funky)
|
||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
At the start of every Activity, check whether or not users are connected to the Internet. If not, show the No Internet fragment