Skip to content
Snippets Groups Projects
Commit 45b5259d authored by John's avatar John
Browse files

Formatting

parent 21e9ac61
No related branches found
No related tags found
No related merge requests found
Showing
with 122 additions and 145 deletions
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="match_parent" >
android:layout_height="match_parent">
 
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
android:id="@+id/swipe_layout"
android:layout_width="match_parent"
android:layout_height="match_parent" >
android:layout_height="match_parent">
 
<android.support.v7.widget.RecyclerView
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
android:layout_height="match_parent" />
 
</com.commit451.gitlab.view.LabCoatSwipeRefreshLayout>
 
Loading
Loading
@@ -26,7 +25,7 @@
android:gravity="center"
android:layout_gravity="center"
android:text="@string/no_users_found"
android:visibility="gone"/>
android:visibility="gone" />
 
<android.support.design.widget.FloatingActionButton
android:id="@+id/add_user_button"
Loading
Loading
@@ -34,6 +33,6 @@
android:layout_width="wrap_content"
android:layout_gravity="bottom|right"
app:srcCompat="@drawable/ic_add_24dp"
android:layout_margin="@dimen/padding_normal"/>
android:layout_margin="@dimen/padding_normal" />
 
</FrameLayout >
\ No newline at end of file
</FrameLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.NestedScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/root"
Loading
Loading
@@ -33,7 +32,7 @@
android:id="@+id/author_image"
android:layout_width="@dimen/image_size"
android:layout_height="@dimen/image_size"
android:contentDescription="@null"/>
android:contentDescription="@null" />
 
<TextView
android:id="@+id/author"
Loading
Loading
@@ -58,7 +57,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:srcCompat="@drawable/ic_milestone_24dp"
android:contentDescription="@null"/>
android:contentDescription="@null" />
 
<TextView
android:id="@+id/milestone_text"
Loading
Loading
@@ -67,7 +66,7 @@
android:layout_marginLeft="@dimen/padding_normal"
android:layout_marginRight="@dimen/padding_normal"
android:layout_gravity="center_vertical"
tools:text="2.0.0"/>
tools:text="2.0.0" />
 
</LinearLayout>
 
Loading
Loading
@@ -75,7 +74,7 @@
android:id="@+id/list_labels"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"/>
android:layout_marginBottom="8dp" />
 
</LinearLayout>
 
Loading
Loading
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="match_parent" >
android:layout_height="match_parent">
 
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
 
<Spinner
android:id="@+id/issue_spinner"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"/>
<Spinner
android:id="@+id/issue_spinner"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp" />
 
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
android:id="@+id/swipe_layout"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<!--
We set the padding bottom so that the FAB is not covered
It is the size of the FAB 56dp + 8dp padding
-->
<android.support.v7.widget.RecyclerView
android:id="@+id/list"
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
android:id="@+id/swipe_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="64dp"
android:clipToPadding="false"
/>
android:layout_height="match_parent">
<!--
We set the padding bottom so that the FAB is not covered
It is the size of the FAB 56dp + 8dp padding
-->
<android.support.v7.widget.RecyclerView
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="64dp"
android:clipToPadding="false" />
 
</com.commit451.gitlab.view.LabCoatSwipeRefreshLayout>
</com.commit451.gitlab.view.LabCoatSwipeRefreshLayout>
 
</LinearLayout>
 
Loading
Loading
@@ -55,6 +53,6 @@
android:text="@string/no_issues"
android:gravity="center"
android:layout_gravity="center"
android:visibility="gone"/>
android:visibility="gone" />
 
</FrameLayout>
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="match_parent" >
android:layout_height="match_parent">
 
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
android:id="@+id/swipe_layout"
android:layout_width="match_parent"
android:layout_height="match_parent" >
android:layout_height="match_parent">
 
<android.support.v7.widget.RecyclerView
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
android:layout_height="match_parent" />
 
</com.commit451.gitlab.view.LabCoatSwipeRefreshLayout>
 
Loading
Loading
@@ -26,7 +25,7 @@
android:gravity="center"
android:layout_gravity="center"
android:text="@string/no_users_found"
android:visibility="gone"/>
android:visibility="gone" />
 
<android.support.design.widget.FloatingActionButton
android:id="@+id/add_user_button"
Loading
Loading
@@ -34,6 +33,6 @@
android:layout_width="wrap_content"
android:layout_gravity="bottom|right"
app:srcCompat="@drawable/ic_add_24dp"
android:layout_margin="@dimen/padding_normal"/>
android:layout_margin="@dimen/padding_normal" />
 
</FrameLayout >
\ No newline at end of file
</FrameLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
 
Loading
Loading
@@ -14,7 +13,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"/>
android:layout_marginRight="16dp" />
 
 
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
Loading
Loading
@@ -25,8 +24,7 @@
<android.support.v7.widget.RecyclerView
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
android:layout_height="match_parent" />
 
</com.commit451.gitlab.view.LabCoatSwipeRefreshLayout>
 
Loading
Loading
@@ -40,7 +38,7 @@
android:layout_margin="10dp"
android:gravity="center"
android:text="@string/no_files_found"
android:visibility="gone"/>
android:visibility="gone" />
 
</FrameLayout>
 
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
android:layout_height="match_parent">
 
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
android:id="@+id/swipe_layout"
android:layout_width="match_parent"
android:layout_height="match_parent" >
android:layout_height="match_parent">
 
<android.support.v7.widget.RecyclerView
android:id="@+id/list"
Loading
Loading
@@ -24,6 +23,6 @@
android:text="@string/no_commits_found"
android:gravity="center"
android:layout_gravity="center"
android:visibility="gone"/>
android:visibility="gone" />
 
</FrameLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.NestedScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/root"
Loading
Loading
@@ -33,7 +32,7 @@
android:id="@+id/author_image"
android:layout_width="@dimen/image_size"
android:layout_height="@dimen/image_size"
android:contentDescription="@null"/>
android:contentDescription="@null" />
 
<TextView
android:id="@+id/author"
Loading
Loading
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="match_parent">
Loading
Loading
@@ -27,7 +26,7 @@
android:id="@+id/send_message_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"/>
android:layout_gravity="bottom" />
 
</LinearLayout>
 
Loading
Loading
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/root"
android:layout_width="match_parent"
Loading
Loading
@@ -16,7 +15,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"/>
android:layout_marginRight="16dp" />
 
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
android:id="@+id/swipe_layout"
Loading
Loading
@@ -40,7 +39,7 @@
android:layout_margin="10dp"
android:gravity="center"
android:text="@string/no_files_found"
android:visibility="gone"/>
android:visibility="gone" />
 
<android.support.design.widget.FloatingActionButton
android:id="@+id/add"
Loading
Loading
Loading
Loading
@@ -19,6 +19,6 @@
android:text="@string/no_branches"
android:visibility="gone" />
 
<include layout="@layout/progress"/>
<include layout="@layout/progress" />
 
</FrameLayout>
\ No newline at end of file
Loading
Loading
@@ -18,6 +18,6 @@
android:text="@string/no_tags"
android:visibility="gone" />
 
<include layout="@layout/progress"/>
<include layout="@layout/progress" />
 
</FrameLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/root"
android:layout_width="match_parent"
Loading
Loading
@@ -40,7 +39,8 @@
android:layout_marginRight="16dp"
android:layout_marginTop="16dp"
android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="Pipeline: #123"/>
tools:text="Pipeline: #123" />
<TextView
android:id="@+id/text_status"
android:layout_width="wrap_content"
Loading
Loading
@@ -49,7 +49,7 @@
android:layout_marginRight="16dp"
android:layout_marginTop="16dp"
android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="Status: success"/>
tools:text="Status: success" />
 
<TextView
android:id="@+id/text_duration"
Loading
Loading
@@ -59,7 +59,7 @@
android:layout_marginRight="16dp"
android:layout_marginTop="16dp"
android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="Duration: 46 minutes"/>
tools:text="Duration: 46 minutes" />
 
<TextView
android:id="@+id/text_created"
Loading
Loading
@@ -69,7 +69,7 @@
android:layout_marginRight="16dp"
android:layout_marginTop="16dp"
android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="Created: 46 minutes ago"/>
tools:text="Created: 46 minutes ago" />
 
<TextView
android:id="@+id/text_finished"
Loading
Loading
@@ -79,7 +79,7 @@
android:layout_marginRight="16dp"
android:layout_marginTop="16dp"
android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="Finished: 46 minutes ago"/>
tools:text="Finished: 46 minutes ago" />
 
 
</LinearLayout>
Loading
Loading
@@ -105,7 +105,7 @@
android:layout_marginRight="16dp"
android:layout_marginTop="16dp"
android:text="@string/build_commit"
android:textAppearance="?android:attr/textAppearanceLarge"/>
android:textAppearance="?android:attr/textAppearanceLarge" />
 
<TextView
android:id="@+id/text_ref"
Loading
Loading
@@ -115,7 +115,7 @@
android:layout_marginRight="16dp"
android:layout_marginTop="16dp"
android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="Ref: master"/>
tools:text="Ref: master" />
 
<TextView
android:id="@+id/text_sha"
Loading
Loading
@@ -125,7 +125,7 @@
android:layout_marginRight="16dp"
android:layout_marginTop="16dp"
android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="SHA: f4hf92f7"/>
tools:text="SHA: f4hf92f7" />
 
<TextView
android:id="@+id/text_author"
Loading
Loading
@@ -135,7 +135,7 @@
android:layout_marginRight="16dp"
android:layout_marginTop="16dp"
android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="Author: Noah Prail"/>
tools:text="Author: Noah Prail" />
 
<TextView
android:id="@+id/text_message"
Loading
Loading
@@ -145,7 +145,7 @@
android:layout_marginRight="16dp"
android:layout_marginTop="16dp"
android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="Message: Some commit message."/>
tools:text="Message: Some commit message." />
 
</LinearLayout>
 
Loading
Loading
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="match_parent" >
android:layout_height="match_parent">
 
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
 
<Spinner
android:id="@+id/issue_spinner"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"/>
<Spinner
android:id="@+id/issue_spinner"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp" />
 
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
android:id="@+id/swipe_layout"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<!--
We set the padding bottom so that the FAB is not covered
It is the size of the FAB 56dp + 8dp padding
-->
<android.support.v7.widget.RecyclerView
android:id="@+id/list"
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
android:id="@+id/swipe_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="64dp"
android:clipToPadding="false"
/>
android:layout_height="match_parent">
<!--
We set the padding bottom so that the FAB is not covered
It is the size of the FAB 56dp + 8dp padding
-->
<android.support.v7.widget.RecyclerView
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="64dp"
android:clipToPadding="false" />
 
</com.commit451.gitlab.view.LabCoatSwipeRefreshLayout>
</com.commit451.gitlab.view.LabCoatSwipeRefreshLayout>
 
</LinearLayout>
 
Loading
Loading
@@ -46,6 +44,6 @@
android:text="@string/no_issues"
android:gravity="center"
android:layout_gravity="center"
android:visibility="gone"/>
android:visibility="gone" />
 
</FrameLayout>
<?xml version="1.0" encoding="utf-8"?>
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/swipe_layout"
Loading
Loading
@@ -32,7 +31,7 @@
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:textSize="14sp"
tools:text="Created by Commit451"/>
tools:text="Created by Commit451" />
 
<LinearLayout
android:id="@+id/root_star"
Loading
Loading
@@ -47,7 +46,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:contentDescription="@null"
app:srcCompat="@drawable/ic_star_24dp"/>
app:srcCompat="@drawable/ic_star_24dp" />
 
<TextView
android:id="@+id/star_count"
Loading
Loading
@@ -57,7 +56,7 @@
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:paddingRight="@dimen/activity_horizontal_margin"
tools:text="100"/>
tools:text="100" />
 
</LinearLayout>
 
Loading
Loading
@@ -74,7 +73,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:contentDescription="@null"
app:srcCompat="@drawable/ic_fork"/>
app:srcCompat="@drawable/ic_fork" />
 
<TextView
android:id="@+id/forks_count"
Loading
Loading
@@ -84,7 +83,7 @@
android:layout_marginLeft="8dp"
android:layout_marginStart="8dp"
android:paddingRight="@dimen/activity_horizontal_margin"
tools:text="100"/>
tools:text="100" />
</LinearLayout>
 
</LinearLayout>
Loading
Loading
@@ -93,7 +92,7 @@
android:id="@+id/overview_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="16dp"/>
android:padding="16dp" />
</LinearLayout>
 
</ScrollView>
Loading
Loading
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
android:layout_height="match_parent">
 
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/swipe_layout"
android:layout_width="match_parent"
android:layout_height="match_parent" >
android:layout_height="match_parent">
 
<android.support.v7.widget.RecyclerView
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
android:layout_height="match_parent" />
 
</com.commit451.gitlab.view.LabCoatSwipeRefreshLayout>
 
Loading
Loading
@@ -26,6 +23,6 @@
android:text="@string/no_commits_found"
android:gravity="center"
android:layout_gravity="center"
android:visibility="gone"/>
android:visibility="gone" />
 
</FrameLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/root"
android:layout_width="match_parent"
Loading
Loading
@@ -17,7 +16,7 @@
android:layout_height="wrap_content"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:visibility="gone"/>
android:visibility="gone" />
 
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
android:id="@+id/swipe_layout"
Loading
Loading
@@ -41,7 +40,7 @@
android:layout_margin="10dp"
android:gravity="center"
android:text="@string/no_files_found"
android:visibility="gone"/>
android:visibility="gone" />
 
<android.support.design.widget.FloatingActionButton
android:id="@+id/add"
Loading
Loading
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
 
Loading
Loading
@@ -12,7 +11,7 @@
<android.support.v7.widget.RecyclerView
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
android:layout_height="match_parent" />
 
</com.commit451.gitlab.view.LabCoatSwipeRefreshLayout>
 
Loading
Loading
@@ -24,6 +23,6 @@
android:layout_margin="16dp"
android:gravity="center"
android:text="@string/no_commits_found"
android:visibility="gone"/>
android:visibility="gone" />
 
</FrameLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
android:layout_height="match_parent">
 
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/swipe_layout"
android:layout_width="match_parent"
android:layout_height="match_parent" >
android:layout_height="match_parent">
 
<android.support.v7.widget.RecyclerView
android:id="@+id/list"
Loading
Loading
@@ -25,6 +23,6 @@
android:text="@string/no_users_found"
android:gravity="center"
android:layout_gravity="center"
android:visibility="gone"/>
android:visibility="gone" />
 
</FrameLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.CardView
xmlns:android="http://schemas.android.com/apk/res/android"
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
Loading
Loading
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment