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 190 additions and 203 deletions
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.DrawerLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
Loading
Loading
@@ -33,13 +32,12 @@
<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
@@ -51,7 +49,7 @@
android:text="@string/no_users_found"
android:gravity="center"
android:layout_gravity="center"
android:visibility="gone"/>
android:visibility="gone" />
 
</FrameLayout>
 
Loading
Loading
<?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:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/root"
android:layout_width="match_parent"
Loading
Loading
@@ -14,13 +13,13 @@
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"/>
android:layout_height="?attr/actionBarSize" />
 
<android.support.design.widget.TabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabMode="fixed"/>
app:tabMode="fixed" />
 
</android.support.design.widget.AppBarLayout>
 
Loading
Loading
@@ -32,9 +31,9 @@
<android.support.v4.view.ViewPager
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
android:layout_height="match_parent" />
 
<include layout="@layout/progress_fullscreen"/>
<include layout="@layout/progress_fullscreen" />
 
</FrameLayout>
 
Loading
Loading
@@ -46,6 +45,6 @@
app:fabSize="mini"
app:layout_anchor="@id/appbar"
app:layout_anchorGravity="bottom|right|end"
app:srcCompat="@drawable/ic_edit_24dp"/>
app:srcCompat="@drawable/ic_edit_24dp" />
 
</android.support.design.widget.CoordinatorLayout>
\ No newline at end of file
<?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:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/root"
android:layout_width="match_parent"
Loading
Loading
@@ -15,13 +14,13 @@
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"/>
android:layout_height="?attr/actionBarSize" />
 
<android.support.design.widget.TabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabMode="fixed"/>
app:tabMode="fixed" />
 
</android.support.design.widget.AppBarLayout>
 
Loading
Loading
@@ -32,9 +31,9 @@
<android.support.v4.view.ViewPager
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
android:layout_height="match_parent" />
 
<include layout="@layout/progress_fullscreen"/>
<include layout="@layout/progress_fullscreen" />
 
</FrameLayout>
 
Loading
Loading
<?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:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/root"
android:layout_width="match_parent"
Loading
Loading
@@ -11,33 +10,33 @@
android:layout_height="wrap_content"
android:orientation="vertical">
 
<android.support.design.widget.AppBarLayout
android:id="@+id/appbar"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
<android.support.design.widget.AppBarLayout
android:id="@+id/appbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" />
android:layout_height="wrap_content">
 
<!--Hack for the fact that if there is not a view here, then the fab will disappear-->
<View
android:layout_width="match_parent"
android:layout_height="0dp"/>
</android.support.design.widget.AppBarLayout>
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" />
 
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
android:id="@+id/swipe_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<!--Hack for the fact that if there is not a view here, then the fab will disappear-->
<View
android:layout_width="match_parent"
android:layout_height="0dp" />
</android.support.design.widget.AppBarLayout>
 
<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:layout_height="match_parent">
<android.support.v7.widget.RecyclerView
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent" />
 
</com.commit451.gitlab.view.LabCoatSwipeRefreshLayout>
</com.commit451.gitlab.view.LabCoatSwipeRefreshLayout>
</LinearLayout>
 
<TextView
Loading
Loading
@@ -48,7 +47,7 @@
android:text="@string/no_users_found"
android:gravity="center"
android:layout_gravity="center"
android:visibility="gone"/>
android:visibility="gone" />
 
<android.support.design.widget.FloatingActionButton
android:id="@+id/edit"
Loading
Loading
@@ -58,7 +57,7 @@
app:srcCompat="@drawable/ic_edit_24dp"
app:fabSize="mini"
app:layout_anchor="@id/appbar"
app:layout_anchorGravity="bottom|right|end"/>
app:layout_anchorGravity="bottom|right|end" />
 
<android.support.design.widget.FloatingActionButton
android:id="@+id/add"
Loading
Loading
@@ -68,6 +67,6 @@
android:layout_margin="@dimen/padding_normal"
app:srcCompat="@drawable/ic_add_24dp" />
 
<include layout="@layout/progress_fullscreen"/>
<include layout="@layout/progress_fullscreen" />
 
</android.support.design.widget.CoordinatorLayout>
\ 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:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="match_parent">
Loading
Loading
@@ -24,7 +23,7 @@
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"/>
android:background="?attr/colorPrimary" />
 
<android.support.v4.view.ViewPager
android:id="@+id/pager"
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:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/root"
android:layout_width="match_parent"
Loading
Loading
@@ -15,13 +14,13 @@
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"/>
android:layout_height="?attr/actionBarSize" />
 
<android.support.design.widget.TabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabMode="fixed"/>
app:tabMode="fixed" />
 
</android.support.design.widget.AppBarLayout>
 
Loading
Loading
@@ -32,9 +31,9 @@
<android.support.v4.view.ViewPager
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
android:layout_height="match_parent" />
 
<include layout="@layout/progress_fullscreen"/>
<include layout="@layout/progress_fullscreen" />
 
</FrameLayout>
 
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:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/root"
android:layout_width="match_parent"
Loading
Loading
@@ -15,13 +14,13 @@
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"/>
android:layout_height="?attr/actionBarSize" />
 
<android.support.design.widget.TabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabMode="scrollable"/>
app:tabMode="scrollable" />
 
</android.support.design.widget.AppBarLayout>
 
Loading
Loading
@@ -32,9 +31,9 @@
<android.support.v4.view.ViewPager
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
android:layout_height="match_parent" />
 
<include layout="@layout/progress_fullscreen"/>
<include layout="@layout/progress_fullscreen" />
</FrameLayout>
 
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.DrawerLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
Loading
Loading
@@ -21,12 +20,12 @@
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
app:layout_scrollFlags="scroll|enterAlways|snap"/>
app:layout_scrollFlags="scroll|enterAlways|snap" />
 
<android.support.design.widget.TabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
android:layout_height="wrap_content" />
 
</android.support.design.widget.AppBarLayout>
 
Loading
Loading
@@ -34,12 +33,13 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<android.support.v4.view.ViewPager
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent" />
 
<include layout="@layout/progress_fullscreen"/>
<include layout="@layout/progress_fullscreen" />
</FrameLayout>
 
</android.support.design.widget.CoordinatorLayout>
Loading
Loading
<?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:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/root"
android:layout_width="match_parent"
Loading
Loading
@@ -23,24 +22,24 @@
android:orientation="horizontal"
android:layout_marginRight="16dp">
 
<EditText
android:id="@+id/search"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:hint="@string/action_search"
android:layout_marginRight="32dp"
android:inputType="text"
android:imeOptions="actionSearch"
android:background="@null"/>
<EditText
android:id="@+id/search"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:hint="@string/action_search"
android:layout_marginRight="32dp"
android:inputType="text"
android:imeOptions="actionSearch"
android:background="@null" />
 
<ImageView
android:id="@+id/clear"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:srcCompat="@drawable/ic_close_24dp"
android:contentDescription="@null"
android:visibility="gone"/>
<ImageView
android:id="@+id/clear"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:srcCompat="@drawable/ic_close_24dp"
android:contentDescription="@null"
android:visibility="gone" />
</LinearLayout>
 
</android.support.v7.widget.Toolbar>
Loading
Loading
@@ -48,7 +47,7 @@
<android.support.design.widget.TabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
android:layout_height="wrap_content" />
 
</android.support.design.widget.AppBarLayout>
 
Loading
Loading
@@ -60,9 +59,9 @@
<android.support.v4.view.ViewPager
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
android:layout_height="match_parent" />
 
<include layout="@layout/progress_fullscreen"/>
<include layout="@layout/progress_fullscreen" />
</FrameLayout>
 
</android.support.design.widget.CoordinatorLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.DrawerLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
Loading
Loading
@@ -21,12 +20,12 @@
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
app:layout_scrollFlags="scroll|enterAlways|snap"/>
app:layout_scrollFlags="scroll|enterAlways|snap" />
 
<android.support.design.widget.TabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
android:layout_height="wrap_content" />
 
</android.support.design.widget.AppBarLayout>
 
Loading
Loading
@@ -34,12 +33,13 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<android.support.v4.view.ViewPager
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent" />
 
<include layout="@layout/progress_fullscreen"/>
<include layout="@layout/progress_fullscreen" />
</FrameLayout>
 
</android.support.design.widget.CoordinatorLayout>
Loading
Loading
<?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:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/main_content"
android:layout_width="match_parent"
Loading
Loading
@@ -31,7 +30,7 @@
android:fitsSystemWindows="true"
app:layout_collapseMode="parallax"
android:contentDescription="@null"
android:transitionName="@string/transition_user"/>
android:transitionName="@string/transition_user" />
 
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
Loading
Loading
@@ -50,10 +49,9 @@
app:layout_behavior="@string/appbar_scrolling_view_behavior">
 
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/user_feed">
</FrameLayout>
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/user_feed"></FrameLayout>
 
</FrameLayout>
 
Loading
Loading
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="256dp"
android:layout_height="wrap_content"
android:padding="8dp">
android:orientation="vertical"
android:layout_width="256dp"
android:layout_height="wrap_content"
android:padding="8dp">
 
<TextView
android:id="@+id/message_text"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"/>
<EditText android:id="@+id/login_username"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="text"
android:hint="@string/user_hint">
android:id="@+id/message_text"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical" />
<EditText
android:id="@+id/login_username"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="text"
android:hint="@string/user_hint">
 
<requestFocus/>
<requestFocus />
</EditText>
 
<EditText android:id="@+id/login_password"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textPassword"
android:hint="@string/password_hint"/>
<EditText
android:id="@+id/login_password"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textPassword"
android:hint="@string/password_hint" />
 
<LinearLayout style="?android:attr/buttonBarStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
style="?android:attr/buttonBarStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content">
 
<Button style="?android:attr/buttonBarButtonStyle"
android:id="@+id/ok_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0.5"
android:text="@string/ok_button"/>
<Button style="?android:attr/buttonBarButtonStyle"
android:id="@+id/cancel_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0.5"
android:text="@string/cancel_button"/>
<Button
style="?android:attr/buttonBarButtonStyle"
android:id="@+id/ok_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0.5"
android:text="@string/ok_button" />
<Button
style="?android:attr/buttonBarButtonStyle"
android:id="@+id/cancel_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0.5"
android:text="@string/cancel_button" />
</LinearLayout>
</LinearLayout>
\ No newline at end of file
<?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:app="http://schemas.android.com/apk/res-auto"
android:orientation="horizontal"
android:layout_width="match_parent"
Loading
Loading
@@ -16,12 +15,12 @@
android:layout_marginRight="16dp"
app:srcCompat="@drawable/ic_add_24dp"
android:layout_gravity="center_vertical"
android:contentDescription="@null"/>
android:contentDescription="@null" />
 
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/add_account"
android:layout_gravity="center_vertical"/>
android:layout_gravity="center_vertical" />
 
</LinearLayout>
\ 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:layout_width="match_parent"
android:layout_height="40dp">
Loading
Loading
@@ -10,6 +9,6 @@
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_gravity="center"
android:indeterminate="true"/>
android:indeterminate="true" />
 
</FrameLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<Button
xmlns:android="http://schemas.android.com/apk/res/android"
<Button xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:text="@string/project_members"/>
\ No newline at end of file
android:text="@string/project_members" />
\ 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_stage"
android:layout_width="wrap_content"
Loading
Loading
@@ -49,7 +49,8 @@
android:layout_marginRight="16dp"
android:layout_marginTop="16dp"
android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="Stage: build"/>
tools:text="Stage: build" />
<TextView
android:id="@+id/text_name"
android:layout_width="wrap_content"
Loading
Loading
@@ -58,7 +59,8 @@
android:layout_marginRight="16dp"
android:layout_marginTop="16dp"
android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="Name: build"/>
tools:text="Name: build" />
<TextView
android:id="@+id/text_status"
android:layout_width="wrap_content"
Loading
Loading
@@ -67,7 +69,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
@@ -77,7 +79,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
@@ -87,7 +89,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
@@ -97,7 +99,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" />
 
<TextView
android:id="@+id/text_runner"
Loading
Loading
@@ -107,7 +109,7 @@
android:layout_marginRight="16dp"
android:layout_marginTop="16dp"
android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="Runner: 123"/>
tools:text="Runner: 123" />
 
</LinearLayout>
 
Loading
Loading
@@ -132,7 +134,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
@@ -142,7 +144,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_author"
Loading
Loading
@@ -152,7 +154,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" />
 
<TextView
android:id="@+id/text_message"
Loading
Loading
@@ -162,7 +164,7 @@
android:layout_marginRight="16dp"
android:layout_marginTop="16dp"
android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="Runner: 123"/>
tools:text="Runner: 123" />
 
</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"?>
<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"?>
<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,7 +23,7 @@
android:text="@string/no_activity"
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"
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"
Loading
Loading
@@ -17,7 +16,7 @@
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:clipToPadding="false"
android:clipChildren="false"/>
android:clipChildren="false" />
 
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
android:id="@+id/swipe_layout"
Loading
Loading
@@ -27,8 +26,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
@@ -42,7 +40,7 @@
android:text="@string/no_files_found"
android:gravity="center"
android:layout_gravity="center"
android:visibility="gone"/>
android:visibility="gone" />
 
</FrameLayout>
 
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