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