Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • Commit451/LabCoat
  • Iktwo/GitLabAndroid
  • jonduran3000/GitLabAndroid
  • steffandroid/GitLabAndroid
  • xiaoyanit/GitLabAndroid
  • scottolcott/GitLabAndroid
  • james.mu/GitLabAndroid
  • pushkarpandey27/GitLabAndroid
  • atomfrede/GitLabAndroid
  • burrito82/GitLabAndroid
  • txlong_onz/GitLabAndroid
  • ricardo.longa/GitLabAndroid
  • rubenroy/GitLabAndroid
  • remy_android/GitLabAndroid
  • mzestars/GitLabAndroid
  • theobisproject/LabCoat
  • tarek360/GitLabAndroid
  • TR4Android/LabCoat
  • lvsmart/LabCoat
  • buddybuild/LabCoat
  • tkuah/LabCoat
  • jay3126/LabCoat
  • rmad17/LabCoat
  • galvatron/LabCoat
  • lijianjian13/LabCoat
  • Cody2333/LabCoat
  • ajtfreitas/LabCoat
  • nestor.lobo/LabCoat
  • Microgamer/LabCoat
  • irvinwang/LabCoat
  • avallete/LabCoat
  • digicazter/LabCoat
  • lovexiaov/LabCoat
  • dineshkarpe/LabCoat
  • bak1an/LabCoat
  • loomis/LabCoat
  • sank20/LabCoat
  • Jawnnyfoo/LabCoat
  • scottyab/LabCoat
  • aleksandar-stefanovic/LabCoat
  • tfontana/LabCoat
  • fuzzmz/LabCoat
  • dipaksavaliya/LabCoat
  • adi.bk/LabCoat
  • andreea.voicu/LabCoat
  • H1ghT0p/LabCoat
  • indritqoku/LabCoat
  • armpogart/LabCoat
  • eyedol/LabCoat
  • khairulnizan/LabCoat
  • vadm.perspectiva/LabCoat
  • yiyoss1986/LabCoat
  • BRoy98/LabCoat
  • satyarth.23/LabCoat
  • victorpe76/LabCoat
  • canhnht/LabCoat
  • jinhu/LabCoat
  • weathery/LabCoat
  • gitlabproject_s/LabCoat
  • tfKamran/LabCoat
  • voxadam/LabCoat
  • nprail/LabCoat
  • terrakok/LabCoat
  • jungletian/LabCoat
  • goldins/LabCoat
  • insanum/LabCoat
  • lzrs/LabCoat
  • shankarg/LabCoat
  • rm3l/LabCoat
  • alamo_dev/LabCoat
  • insomniaqc/LabCoat
  • mrasif/LabCoat
  • Babasile/LabCoat
  • eeyoo/LabCoat
  • ditkin/LabCoat
  • unbubot/LabCoat
  • bschuhm/LabCoat
  • fanticker/LabCoat
  • colorwebdesigner/LabCoat
  • milouse/LabCoat
80 results
Show changes
Showing
with 130 additions and 155 deletions
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<FrameLayout <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" > android:layout_height="match_parent">
   
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout <com.commit451.gitlab.view.LabCoatSwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/swipe_layout" android:id="@+id/swipe_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" > android:layout_height="match_parent">
   
<android.support.v7.widget.RecyclerView <android.support.v7.widget.RecyclerView
android:id="@+id/list" android:id="@+id/list"
Loading
@@ -25,7 +23,7 @@
Loading
@@ -25,7 +23,7 @@
android:text="@string/no_activity" android:text="@string/no_activity"
android:gravity="center" android:gravity="center"
android:layout_gravity="center" android:layout_gravity="center"
android:visibility="gone"/> android:visibility="gone" />
   
</FrameLayout> </FrameLayout>
   
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<FrameLayout <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/root" android:id="@+id/root"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" > android:layout_height="match_parent">
   
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
Loading
@@ -17,7 +16,7 @@
Loading
@@ -17,7 +16,7 @@
android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin"
android:clipToPadding="false" android:clipToPadding="false"
android:clipChildren="false"/> android:clipChildren="false" />
   
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout <com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
android:id="@+id/swipe_layout" android:id="@+id/swipe_layout"
Loading
@@ -27,8 +26,7 @@
Loading
@@ -27,8 +26,7 @@
<android.support.v7.widget.RecyclerView <android.support.v7.widget.RecyclerView
android:id="@+id/list" android:id="@+id/list"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent" />
/>
   
</com.commit451.gitlab.view.LabCoatSwipeRefreshLayout> </com.commit451.gitlab.view.LabCoatSwipeRefreshLayout>
   
Loading
@@ -42,7 +40,7 @@
Loading
@@ -42,7 +40,7 @@
android:text="@string/no_files_found" android:text="@string/no_files_found"
android:gravity="center" android:gravity="center"
android:layout_gravity="center" android:layout_gravity="center"
android:visibility="gone"/> android:visibility="gone" />
   
</FrameLayout> </FrameLayout>
   
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<FrameLayout <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/root" android:id="@+id/root"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" > android:layout_height="match_parent">
   
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout <com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
android:id="@+id/swipe_layout" android:id="@+id/swipe_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" > android:layout_height="match_parent">
   
<android.support.v7.widget.RecyclerView <android.support.v7.widget.RecyclerView
android:id="@+id/list" android:id="@+id/list"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"/> android:layout_height="match_parent" />
   
</com.commit451.gitlab.view.LabCoatSwipeRefreshLayout> </com.commit451.gitlab.view.LabCoatSwipeRefreshLayout>
   
Loading
@@ -26,7 +25,7 @@
Loading
@@ -26,7 +25,7 @@
android:gravity="center" android:gravity="center"
android:layout_gravity="center" android:layout_gravity="center"
android:text="@string/no_users_found" android:text="@string/no_users_found"
android:visibility="gone"/> android:visibility="gone" />
   
<android.support.design.widget.FloatingActionButton <android.support.design.widget.FloatingActionButton
android:id="@+id/add_user_button" android:id="@+id/add_user_button"
Loading
@@ -34,6 +33,6 @@
Loading
@@ -34,6 +33,6 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_gravity="bottom|right" android:layout_gravity="bottom|right"
app:srcCompat="@drawable/ic_add_24dp" app:srcCompat="@drawable/ic_add_24dp"
android:layout_margin="@dimen/padding_normal"/> android:layout_margin="@dimen/padding_normal" />
   
</FrameLayout > </FrameLayout>
\ No newline at end of file \ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.NestedScrollView <android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/root" android:id="@+id/root"
Loading
@@ -33,7 +32,7 @@
Loading
@@ -33,7 +32,7 @@
android:id="@+id/author_image" android:id="@+id/author_image"
android:layout_width="@dimen/image_size" android:layout_width="@dimen/image_size"
android:layout_height="@dimen/image_size" android:layout_height="@dimen/image_size"
android:contentDescription="@null"/> android:contentDescription="@null" />
   
<TextView <TextView
android:id="@+id/author" android:id="@+id/author"
Loading
@@ -58,7 +57,7 @@
Loading
@@ -58,7 +57,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
app:srcCompat="@drawable/ic_milestone_24dp" app:srcCompat="@drawable/ic_milestone_24dp"
android:contentDescription="@null"/> android:contentDescription="@null" />
   
<TextView <TextView
android:id="@+id/milestone_text" android:id="@+id/milestone_text"
Loading
@@ -67,7 +66,7 @@
Loading
@@ -67,7 +66,7 @@
android:layout_marginLeft="@dimen/padding_normal" android:layout_marginLeft="@dimen/padding_normal"
android:layout_marginRight="@dimen/padding_normal" android:layout_marginRight="@dimen/padding_normal"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
tools:text="2.0.0"/> tools:text="2.0.0" />
   
</LinearLayout> </LinearLayout>
   
Loading
@@ -75,7 +74,7 @@
Loading
@@ -75,7 +74,7 @@
android:id="@+id/list_labels" android:id="@+id/list_labels"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginBottom="8dp"/> android:layout_marginBottom="8dp" />
   
</LinearLayout> </LinearLayout>
   
Loading
Loading
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<FrameLayout <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/root" android:id="@+id/root"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" > android:layout_height="match_parent">
   
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"> android:orientation="vertical">
   
<Spinner <Spinner
android:id="@+id/issue_spinner" android:id="@+id/issue_spinner"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="16dp" android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"/> android:layout_marginRight="16dp" />
   
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout <com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
android:id="@+id/swipe_layout" 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"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent">
android:paddingBottom="64dp"
android:clipToPadding="false" <!--
/> 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> </LinearLayout>
   
Loading
@@ -55,6 +53,6 @@
Loading
@@ -55,6 +53,6 @@
android:text="@string/no_issues" android:text="@string/no_issues"
android:gravity="center" android:gravity="center"
android:layout_gravity="center" android:layout_gravity="center"
android:visibility="gone"/> android:visibility="gone" />
   
</FrameLayout> </FrameLayout>
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<FrameLayout <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/root" android:id="@+id/root"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" > android:layout_height="match_parent">
   
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout <com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
android:id="@+id/swipe_layout" android:id="@+id/swipe_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" > android:layout_height="match_parent">
   
<android.support.v7.widget.RecyclerView <android.support.v7.widget.RecyclerView
android:id="@+id/list" android:id="@+id/list"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"/> android:layout_height="match_parent" />
   
</com.commit451.gitlab.view.LabCoatSwipeRefreshLayout> </com.commit451.gitlab.view.LabCoatSwipeRefreshLayout>
   
Loading
@@ -26,7 +25,7 @@
Loading
@@ -26,7 +25,7 @@
android:gravity="center" android:gravity="center"
android:layout_gravity="center" android:layout_gravity="center"
android:text="@string/no_users_found" android:text="@string/no_users_found"
android:visibility="gone"/> android:visibility="gone" />
   
<android.support.design.widget.FloatingActionButton <android.support.design.widget.FloatingActionButton
android:id="@+id/add_user_button" android:id="@+id/add_user_button"
Loading
@@ -34,6 +33,6 @@
Loading
@@ -34,6 +33,6 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_gravity="bottom|right" android:layout_gravity="bottom|right"
app:srcCompat="@drawable/ic_add_24dp" app:srcCompat="@drawable/ic_add_24dp"
android:layout_margin="@dimen/padding_normal"/> android:layout_margin="@dimen/padding_normal" />
   
</FrameLayout > </FrameLayout>
\ No newline at end of file \ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<FrameLayout <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent">
   
Loading
@@ -14,7 +13,7 @@
Loading
@@ -14,7 +13,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="16dp" android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"/> android:layout_marginRight="16dp" />
   
   
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout <com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
Loading
@@ -25,8 +24,7 @@
Loading
@@ -25,8 +24,7 @@
<android.support.v7.widget.RecyclerView <android.support.v7.widget.RecyclerView
android:id="@+id/list" android:id="@+id/list"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent" />
/>
   
</com.commit451.gitlab.view.LabCoatSwipeRefreshLayout> </com.commit451.gitlab.view.LabCoatSwipeRefreshLayout>
   
Loading
@@ -40,7 +38,7 @@
Loading
@@ -40,7 +38,7 @@
android:layout_margin="10dp" android:layout_margin="10dp"
android:gravity="center" android:gravity="center"
android:text="@string/no_files_found" android:text="@string/no_files_found"
android:visibility="gone"/> android:visibility="gone" />
   
</FrameLayout> </FrameLayout>
   
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<FrameLayout <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" > android:layout_height="match_parent">
   
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout <com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
android:id="@+id/swipe_layout" android:id="@+id/swipe_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" > android:layout_height="match_parent">
   
<android.support.v7.widget.RecyclerView <android.support.v7.widget.RecyclerView
android:id="@+id/list" android:id="@+id/list"
Loading
@@ -24,6 +23,6 @@
Loading
@@ -24,6 +23,6 @@
android:text="@string/no_commits_found" android:text="@string/no_commits_found"
android:gravity="center" android:gravity="center"
android:layout_gravity="center" android:layout_gravity="center"
android:visibility="gone"/> android:visibility="gone" />
   
</FrameLayout> </FrameLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.NestedScrollView <android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/root" android:id="@+id/root"
Loading
@@ -33,7 +32,7 @@
Loading
@@ -33,7 +32,7 @@
android:id="@+id/author_image" android:id="@+id/author_image"
android:layout_width="@dimen/image_size" android:layout_width="@dimen/image_size"
android:layout_height="@dimen/image_size" android:layout_height="@dimen/image_size"
android:contentDescription="@null"/> android:contentDescription="@null" />
   
<TextView <TextView
android:id="@+id/author" android:id="@+id/author"
Loading
Loading
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<FrameLayout <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/root" android:id="@+id/root"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent">
Loading
@@ -27,7 +26,7 @@
Loading
@@ -27,7 +26,7 @@
android:id="@+id/send_message_view" android:id="@+id/send_message_view"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="bottom"/> android:layout_gravity="bottom" />
   
</LinearLayout> </LinearLayout>
   
Loading
Loading
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<FrameLayout <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/root" android:id="@+id/root"
android:layout_width="match_parent" android:layout_width="match_parent"
Loading
@@ -16,7 +15,7 @@
Loading
@@ -16,7 +15,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="16dp" android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"/> android:layout_marginRight="16dp" />
   
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout <com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
android:id="@+id/swipe_layout" android:id="@+id/swipe_layout"
Loading
@@ -40,7 +39,7 @@
Loading
@@ -40,7 +39,7 @@
android:layout_margin="10dp" android:layout_margin="10dp"
android:gravity="center" android:gravity="center"
android:text="@string/no_files_found" android:text="@string/no_files_found"
android:visibility="gone"/> android:visibility="gone" />
   
<android.support.design.widget.FloatingActionButton <android.support.design.widget.FloatingActionButton
android:id="@+id/add" android:id="@+id/add"
Loading
Loading
Loading
@@ -19,6 +19,6 @@
Loading
@@ -19,6 +19,6 @@
android:text="@string/no_branches" android:text="@string/no_branches"
android:visibility="gone" /> android:visibility="gone" />
   
<include layout="@layout/progress"/> <include layout="@layout/progress" />
   
</FrameLayout> </FrameLayout>
\ No newline at end of file
Loading
@@ -18,6 +18,6 @@
Loading
@@ -18,6 +18,6 @@
android:text="@string/no_tags" android:text="@string/no_tags"
android:visibility="gone" /> android:visibility="gone" />
   
<include layout="@layout/progress"/> <include layout="@layout/progress" />
   
</FrameLayout> </FrameLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/root" android:id="@+id/root"
android:layout_width="match_parent" android:layout_width="match_parent"
Loading
@@ -40,7 +39,8 @@
Loading
@@ -40,7 +39,8 @@
android:layout_marginRight="16dp" android:layout_marginRight="16dp"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="Pipeline: #123"/> tools:text="Pipeline: #123" />
<TextView <TextView
android:id="@+id/text_status" android:id="@+id/text_status"
android:layout_width="wrap_content" android:layout_width="wrap_content"
Loading
@@ -49,7 +49,7 @@
Loading
@@ -49,7 +49,7 @@
android:layout_marginRight="16dp" android:layout_marginRight="16dp"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="Status: success"/> tools:text="Status: success" />
   
<TextView <TextView
android:id="@+id/text_duration" android:id="@+id/text_duration"
Loading
@@ -59,7 +59,7 @@
Loading
@@ -59,7 +59,7 @@
android:layout_marginRight="16dp" android:layout_marginRight="16dp"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="Duration: 46 minutes"/> tools:text="Duration: 46 minutes" />
   
<TextView <TextView
android:id="@+id/text_created" android:id="@+id/text_created"
Loading
@@ -69,7 +69,7 @@
Loading
@@ -69,7 +69,7 @@
android:layout_marginRight="16dp" android:layout_marginRight="16dp"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="Created: 46 minutes ago"/> tools:text="Created: 46 minutes ago" />
   
<TextView <TextView
android:id="@+id/text_finished" android:id="@+id/text_finished"
Loading
@@ -79,7 +79,7 @@
Loading
@@ -79,7 +79,7 @@
android:layout_marginRight="16dp" android:layout_marginRight="16dp"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="Finished: 46 minutes ago"/> tools:text="Finished: 46 minutes ago" />
   
   
</LinearLayout> </LinearLayout>
Loading
@@ -105,7 +105,7 @@
Loading
@@ -105,7 +105,7 @@
android:layout_marginRight="16dp" android:layout_marginRight="16dp"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:text="@string/build_commit" android:text="@string/build_commit"
android:textAppearance="?android:attr/textAppearanceLarge"/> android:textAppearance="?android:attr/textAppearanceLarge" />
   
<TextView <TextView
android:id="@+id/text_ref" android:id="@+id/text_ref"
Loading
@@ -115,7 +115,7 @@
Loading
@@ -115,7 +115,7 @@
android:layout_marginRight="16dp" android:layout_marginRight="16dp"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="Ref: master"/> tools:text="Ref: master" />
   
<TextView <TextView
android:id="@+id/text_sha" android:id="@+id/text_sha"
Loading
@@ -125,7 +125,7 @@
Loading
@@ -125,7 +125,7 @@
android:layout_marginRight="16dp" android:layout_marginRight="16dp"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="SHA: f4hf92f7"/> tools:text="SHA: f4hf92f7" />
   
<TextView <TextView
android:id="@+id/text_author" android:id="@+id/text_author"
Loading
@@ -135,7 +135,7 @@
Loading
@@ -135,7 +135,7 @@
android:layout_marginRight="16dp" android:layout_marginRight="16dp"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="Author: Noah Prail"/> tools:text="Author: Noah Prail" />
   
<TextView <TextView
android:id="@+id/text_message" android:id="@+id/text_message"
Loading
@@ -145,7 +145,7 @@
Loading
@@ -145,7 +145,7 @@
android:layout_marginRight="16dp" android:layout_marginRight="16dp"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="Message: Some commit message."/> tools:text="Message: Some commit message." />
   
</LinearLayout> </LinearLayout>
   
Loading
Loading
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<FrameLayout <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/root" android:id="@+id/root"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" > android:layout_height="match_parent">
   
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"> android:orientation="vertical">
   
<Spinner <Spinner
android:id="@+id/issue_spinner" android:id="@+id/issue_spinner"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="16dp" android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"/> android:layout_marginRight="16dp" />
   
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout <com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
android:id="@+id/swipe_layout" 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"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent">
android:paddingBottom="64dp"
android:clipToPadding="false" <!--
/> 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> </LinearLayout>
   
Loading
@@ -46,6 +44,6 @@
Loading
@@ -46,6 +44,6 @@
android:text="@string/no_issues" android:text="@string/no_issues"
android:gravity="center" android:gravity="center"
android:layout_gravity="center" android:layout_gravity="center"
android:visibility="gone"/> android:visibility="gone" />
   
</FrameLayout> </FrameLayout>
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout <com.commit451.gitlab.view.LabCoatSwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/swipe_layout" android:id="@+id/swipe_layout"
Loading
@@ -32,7 +31,7 @@
Loading
@@ -32,7 +31,7 @@
android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin"
android:textSize="14sp" android:textSize="14sp"
tools:text="Created by Commit451"/> tools:text="Created by Commit451" />
   
<LinearLayout <LinearLayout
android:id="@+id/root_star" android:id="@+id/root_star"
Loading
@@ -47,7 +46,7 @@
Loading
@@ -47,7 +46,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:contentDescription="@null" android:contentDescription="@null"
app:srcCompat="@drawable/ic_star_24dp"/> app:srcCompat="@drawable/ic_star_24dp" />
   
<TextView <TextView
android:id="@+id/star_count" android:id="@+id/star_count"
Loading
@@ -57,7 +56,7 @@
Loading
@@ -57,7 +56,7 @@
android:layout_marginLeft="8dp" android:layout_marginLeft="8dp"
android:layout_marginRight="8dp" android:layout_marginRight="8dp"
android:paddingRight="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin"
tools:text="100"/> tools:text="100" />
   
</LinearLayout> </LinearLayout>
   
Loading
@@ -74,7 +73,7 @@
Loading
@@ -74,7 +73,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:contentDescription="@null" android:contentDescription="@null"
app:srcCompat="@drawable/ic_fork"/> app:srcCompat="@drawable/ic_fork" />
   
<TextView <TextView
android:id="@+id/forks_count" android:id="@+id/forks_count"
Loading
@@ -84,7 +83,7 @@
Loading
@@ -84,7 +83,7 @@
android:layout_marginLeft="8dp" android:layout_marginLeft="8dp"
android:layout_marginStart="8dp" android:layout_marginStart="8dp"
android:paddingRight="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin"
tools:text="100"/> tools:text="100" />
</LinearLayout> </LinearLayout>
   
</LinearLayout> </LinearLayout>
Loading
@@ -93,7 +92,7 @@
Loading
@@ -93,7 +92,7 @@
android:id="@+id/overview_text" android:id="@+id/overview_text"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="16dp"/> android:padding="16dp" />
</LinearLayout> </LinearLayout>
   
</ScrollView> </ScrollView>
Loading
Loading
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<FrameLayout <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" > android:layout_height="match_parent">
   
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout <com.commit451.gitlab.view.LabCoatSwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/swipe_layout" android:id="@+id/swipe_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" > android:layout_height="match_parent">
   
<android.support.v7.widget.RecyclerView <android.support.v7.widget.RecyclerView
android:id="@+id/list" android:id="@+id/list"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent" />
/>
   
</com.commit451.gitlab.view.LabCoatSwipeRefreshLayout> </com.commit451.gitlab.view.LabCoatSwipeRefreshLayout>
   
Loading
@@ -26,6 +23,6 @@
Loading
@@ -26,6 +23,6 @@
android:text="@string/no_commits_found" android:text="@string/no_commits_found"
android:gravity="center" android:gravity="center"
android:layout_gravity="center" android:layout_gravity="center"
android:visibility="gone"/> android:visibility="gone" />
   
</FrameLayout> </FrameLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<FrameLayout <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/root" android:id="@+id/root"
android:layout_width="match_parent" android:layout_width="match_parent"
Loading
@@ -17,7 +16,7 @@
Loading
@@ -17,7 +16,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="16dp" android:layout_marginLeft="16dp"
android:layout_marginRight="16dp" android:layout_marginRight="16dp"
android:visibility="gone"/> android:visibility="gone" />
   
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout <com.commit451.gitlab.view.LabCoatSwipeRefreshLayout
android:id="@+id/swipe_layout" android:id="@+id/swipe_layout"
Loading
@@ -41,7 +40,7 @@
Loading
@@ -41,7 +40,7 @@
android:layout_margin="10dp" android:layout_margin="10dp"
android:gravity="center" android:gravity="center"
android:text="@string/no_files_found" android:text="@string/no_files_found"
android:visibility="gone"/> android:visibility="gone" />
   
<android.support.design.widget.FloatingActionButton <android.support.design.widget.FloatingActionButton
android:id="@+id/add" android:id="@+id/add"
Loading
Loading
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<FrameLayout <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent">
   
Loading
@@ -12,7 +11,7 @@
Loading
@@ -12,7 +11,7 @@
<android.support.v7.widget.RecyclerView <android.support.v7.widget.RecyclerView
android:id="@+id/list" android:id="@+id/list"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"/> android:layout_height="match_parent" />
   
</com.commit451.gitlab.view.LabCoatSwipeRefreshLayout> </com.commit451.gitlab.view.LabCoatSwipeRefreshLayout>
   
Loading
@@ -24,6 +23,6 @@
Loading
@@ -24,6 +23,6 @@
android:layout_margin="16dp" android:layout_margin="16dp"
android:gravity="center" android:gravity="center"
android:text="@string/no_commits_found" android:text="@string/no_commits_found"
android:visibility="gone"/> android:visibility="gone" />
   
</FrameLayout> </FrameLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<FrameLayout <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" > android:layout_height="match_parent">
   
<com.commit451.gitlab.view.LabCoatSwipeRefreshLayout <com.commit451.gitlab.view.LabCoatSwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/swipe_layout" android:id="@+id/swipe_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" > android:layout_height="match_parent">
   
<android.support.v7.widget.RecyclerView <android.support.v7.widget.RecyclerView
android:id="@+id/list" android:id="@+id/list"
Loading
@@ -25,6 +23,6 @@
Loading
@@ -25,6 +23,6 @@
android:text="@string/no_users_found" android:text="@string/no_users_found"
android:gravity="center" android:gravity="center"
android:layout_gravity="center" android:layout_gravity="center"
android:visibility="gone"/> android:visibility="gone" />
   
</FrameLayout> </FrameLayout>
\ No newline at end of file