Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/src/main/res/layout/help_file.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="#ffffff" android:orientation="vertical"><LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1" android:background="#e5e5e5" android:orientation="vertical" android:padding="10dp"><TextView android:id="@+id/text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="25dp" android:fontFamily="sans-serif-condensed" android:textStyle="normal" android:textColor="black" android:text="Help"/><TextView android:id="@+id/registration_header_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="20dp" android:fontFamily="sans-serif-thin" android:textStyle="bold" android:textColor="black" android:text="Registration"/><TextView android:id="@+id/registration" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="20dp" android:fontFamily="sans-serif-thin" android:textStyle="normal" android:textColor="black" android:text="As you see on the picture, registration on the SenZ application is an extremely easy task. For now, no password or other details are required, only a username to connect with friends. "/><ImageView android:layout_width="match_parent" android:layout_height="match_parent" android:src="@drawable/registration"/><TextView android:id="@+id/share-location" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="20dp" android:fontFamily="sans-serif-thin" android:textStyle="bold" android:textColor="black" android:text="Sharing Your Location"/><TextView android:id="@+id/share_location" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="20dp" android:fontFamily="sans-serif-thin" android:textStyle="normal" android:textColor="black" android:text="To share a location with someone: go the the #Share tab on the left drawer, and search for the person's name you want to share your location with. Then click on the top right 'tick' and it will share. "/><ImageView android:layout_width="match_parent" android:layout_height="match_parent" android:src="@drawable/sharez"/><TextView android:id="@+id/friendlocation" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="20dp" android:fontFamily="sans-serif-thin" android:textStyle="bold" android:textColor="black" android:text="Finding your friend's location"/><TextView android:id="@+id/friend-location" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="20dp" android:fontFamily="sans-serif-thin" android:textStyle="normal" android:textColor="black" android:text="You can find your friend's location in #friend. You can add and find friends using the icon on the top right; and find your friends on this screen. It shows their last seen location"/>.

<ImageView android:layout_width="match_parent" android:layout_height="match_parent" android:src="@drawable/friend"/></LinearLayout></LinearLayout>