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 56 additions and 75 deletions
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.CardView <android.support.v7.widget.CardView 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:layout_width="match_parent" android:layout_width="match_parent"
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:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical" android:orientation="vertical"
android:layout_width="match_parent" android:layout_width="match_parent"
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"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/list_item" android:id="@+id/list_item"
Loading
@@ -18,8 +17,7 @@
Loading
@@ -18,8 +17,7 @@
android:layout_marginRight="8dp" android:layout_marginRight="8dp"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:contentDescription="@null" android:contentDescription="@null"
tools:src="@drawable/ic_assign_24dp" tools:src="@drawable/ic_assign_24dp" />
/>
   
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
Loading
@@ -38,14 +36,14 @@
Loading
@@ -38,14 +36,14 @@
android:textSize="@dimen/text_size_small" android:textSize="@dimen/text_size_small"
android:maxLines="2" android:maxLines="2"
android:ellipsize="end" android:ellipsize="end"
tools:text="Jawnnypoo"/> tools:text="Jawnnypoo" />
   
<TextView <TextView
android:id="@+id/account_server" android:id="@+id/account_server"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textSize="@dimen/text_size_tiny" android:textSize="@dimen/text_size_tiny"
tools:text="https://gitlab.com"/> tools:text="https://gitlab.com" />
   
</LinearLayout> </LinearLayout>
   
Loading
@@ -57,6 +55,6 @@
Loading
@@ -57,6 +55,6 @@
app:srcCompat="@drawable/ic_overflow_24dp" app:srcCompat="@drawable/ic_overflow_24dp"
android:padding="8dp" android:padding="8dp"
android:layout_gravity="center_vertical|right" android:layout_gravity="center_vertical|right"
android:contentDescription="@null"/> android:contentDescription="@null" />
   
</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: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="wrap_content" android:layout_height="wrap_content"
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:orientation="horizontal" android:orientation="horizontal"
android:layout_width="wrap_content" android:layout_width="wrap_content"
Loading
@@ -14,7 +13,7 @@
Loading
@@ -14,7 +13,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:textAllCaps="true" android:textAllCaps="true"
android:textSize="16sp"/> android:textSize="16sp" />
   
<ImageView <ImageView
android:id="@+id/breadcrumb_arrow" android:id="@+id/breadcrumb_arrow"
Loading
@@ -22,7 +21,7 @@
Loading
@@ -22,7 +21,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_chevron_right_24dp"/> app:srcCompat="@drawable/ic_chevron_right_24dp" />
   
   
</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: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="wrap_content" android:layout_height="wrap_content"
Loading
@@ -17,7 +16,8 @@
Loading
@@ -17,7 +16,8 @@
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_margin="8dp" android:layout_margin="8dp"
android:textSize="@dimen/text_size_small" android:textSize="@dimen/text_size_small"
tools:text="Name: build"/> tools:text="Name: build" />
<TextView <TextView
android:id="@+id/number" android:id="@+id/number"
android:layout_width="0dp" android:layout_width="0dp"
Loading
@@ -26,7 +26,7 @@
Loading
@@ -26,7 +26,7 @@
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_margin="8dp" android:layout_margin="8dp"
android:textSize="@dimen/text_size_small" android:textSize="@dimen/text_size_small"
tools:text="Build: #123"/> tools:text="Build: #123" />
   
<TextView <TextView
android:id="@+id/status" android:id="@+id/status"
Loading
@@ -36,7 +36,7 @@
Loading
@@ -36,7 +36,7 @@
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_margin="8dp" android:layout_margin="8dp"
android:textSize="@dimen/text_size_small" android:textSize="@dimen/text_size_small"
tools:text="Status: running"/> tools:text="Status: running" />
   
<TextView <TextView
android:id="@+id/duration" android:id="@+id/duration"
Loading
@@ -46,6 +46,6 @@
Loading
@@ -46,6 +46,6 @@
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_margin="8dp" android:layout_margin="8dp"
android:textSize="@dimen/text_size_small" android:textSize="@dimen/text_size_small"
tools:text="Duration: 12 seconds"/> tools:text="Duration: 12 seconds" />
   
</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"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
Loading
Loading
Loading
@@ -61,7 +61,7 @@
Loading
@@ -61,7 +61,7 @@
android:text="@string/issue_open" android:text="@string/issue_open"
android:textAllCaps="true" android:textAllCaps="true"
android:id="@+id/issue_state" android:id="@+id/issue_state"
android:layout_gravity="right"/> android:layout_gravity="right" />
   
</LinearLayout> </LinearLayout>
   
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:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
Loading
@@ -12,6 +11,6 @@
Loading
@@ -12,6 +11,6 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textSize="14sp" android:textSize="14sp"
android:padding="8dp" android:padding="8dp"
tools:text="Bug"/> tools:text="Bug" />
   
</LinearLayout> </LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.CardView <android.support.v7.widget.CardView 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="wrap_content" android:layout_height="wrap_content"
Loading
@@ -14,7 +13,7 @@
Loading
@@ -14,7 +13,7 @@
<View <View
android:id="@+id/color" android:id="@+id/color"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"/> android:layout_height="match_parent" />
   
<TextView <TextView
android:id="@+id/title" android:id="@+id/title"
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"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
Loading
@@ -23,7 +22,7 @@
Loading
@@ -23,7 +22,7 @@
android:padding="8dp" android:padding="8dp"
android:background="?attr/selectableItemBackgroundBorderless" android:background="?attr/selectableItemBackgroundBorderless"
app:srcCompat="@drawable/ic_overflow_24dp" app:srcCompat="@drawable/ic_overflow_24dp"
android:contentDescription="@null"/> android:contentDescription="@null" />
   
<LinearLayout <LinearLayout
android:id="@+id/root_name" android:id="@+id/root_name"
Loading
@@ -41,7 +40,7 @@
Loading
@@ -41,7 +40,7 @@
android:padding="8dp" android:padding="8dp"
android:textSize="14sp" android:textSize="14sp"
android:textColor="@color/white" android:textColor="@color/white"
tools:text="Jawnnypoo"/> tools:text="Jawnnypoo" />
   
<TextView <TextView
android:id="@+id/access" android:id="@+id/access"
Loading
@@ -52,6 +51,6 @@
Loading
@@ -52,6 +51,6 @@
android:paddingBottom="8dp" android:paddingBottom="8dp"
android:textSize="12sp" android:textSize="12sp"
android:textColor="@color/white" android:textColor="@color/white"
tools:text="Owner"/> tools:text="Owner" />
</LinearLayout> </LinearLayout>
</FrameLayout> </FrameLayout>
\ 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:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/note_list_item" android:id="@+id/note_list_item"
android:layout_width="match_parent" android:layout_width="match_parent"
Loading
@@ -18,19 +17,19 @@
Loading
@@ -18,19 +17,19 @@
android:layout_marginLeft="@dimen/padding_normal" android:layout_marginLeft="@dimen/padding_normal"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:contentDescription="@null" android:contentDescription="@null"
tools:src="@drawable/ic_logo"/> tools:src="@drawable/ic_logo" />
   
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
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:orientation="vertical" > android:orientation="vertical">
   
<RelativeLayout <RelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal" > android:orientation="horizontal">
   
<TextView <TextView
android:id="@+id/title" android:id="@+id/title"
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: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="wrap_content" android:layout_height="wrap_content"
Loading
@@ -17,7 +16,7 @@
Loading
@@ -17,7 +16,7 @@
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_margin="8dp" android:layout_margin="8dp"
android:textSize="@dimen/text_size_small" android:textSize="@dimen/text_size_small"
tools:text="Pipeline: #123"/> tools:text="Pipeline: #123" />
   
<TextView <TextView
android:id="@+id/status" android:id="@+id/status"
Loading
@@ -27,7 +26,7 @@
Loading
@@ -27,7 +26,7 @@
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_margin="8dp" android:layout_margin="8dp"
android:textSize="@dimen/text_size_small" android:textSize="@dimen/text_size_small"
tools:text="Status: running"/> tools:text="Status: running" />
   
<TextView <TextView
android:id="@+id/sha" android:id="@+id/sha"
Loading
@@ -37,7 +36,8 @@
Loading
@@ -37,7 +36,8 @@
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_margin="8dp" android:layout_margin="8dp"
android:textSize="@dimen/text_size_small" android:textSize="@dimen/text_size_small"
tools:text="Commit: ac4c0b18"/> tools:text="Commit: ac4c0b18" />
<TextView <TextView
android:id="@+id/ref" android:id="@+id/ref"
android:layout_width="0dp" android:layout_width="0dp"
Loading
@@ -46,6 +46,6 @@
Loading
@@ -46,6 +46,6 @@
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_margin="8dp" android:layout_margin="8dp"
android:textSize="@dimen/text_size_small" android:textSize="@dimen/text_size_small"
tools:text="Ref: ac4c0b18"/> tools:text="Ref: ac4c0b18" />
   
</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: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="wrap_content" android:layout_height="wrap_content"
Loading
Loading
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.CardView <android.support.v7.widget.CardView 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"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
style="@style/Card" style="@style/Card"
Loading
@@ -24,7 +23,7 @@
Loading
@@ -24,7 +23,7 @@
android:layout_marginRight="8dp" android:layout_marginRight="8dp"
android:layout_marginTop="4dp" android:layout_marginTop="4dp"
app:fontFamily="@font/roboto_condensed_regular" app:fontFamily="@font/roboto_condensed_regular"
tools:text="Commit451 / LabCoat"/> tools:text="Commit451 / LabCoat" />
   
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
Loading
@@ -39,7 +38,7 @@
Loading
@@ -39,7 +38,7 @@
android:layout_marginLeft="8dp" android:layout_marginLeft="8dp"
android:layout_marginRight="8dp" android:layout_marginRight="8dp"
android:contentDescription="@null" android:contentDescription="@null"
tools:src="@drawable/ic_assign_24dp"/> tools:src="@drawable/ic_assign_24dp" />
   
<LinearLayout <LinearLayout
android:layout_width="0dp" android:layout_width="0dp"
Loading
@@ -58,14 +57,14 @@
Loading
@@ -58,14 +57,14 @@
android:ellipsize="end" android:ellipsize="end"
android:maxLines="2" android:maxLines="2"
android:textSize="@dimen/text_size_small" android:textSize="@dimen/text_size_small"
tools:text="I commited all the code at once cause I am cool. So sorry"/> tools:text="I commited all the code at once cause I am cool. So sorry" />
   
<TextView <TextView
android:id="@+id/issue_creator" android:id="@+id/issue_creator"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textSize="@dimen/text_size_tiny" android:textSize="@dimen/text_size_tiny"
tools:text="Created 45 days ago by Jawnnypoo"/> tools:text="Created 45 days ago by Jawnnypoo" />
   
</LinearLayout> </LinearLayout>
   
Loading
Loading
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<com.commit451.gitlab.view.LabCoatProgressView <com.commit451.gitlab.view.LabCoatProgressView 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/progress" android:id="@+id/progress"
android:layout_width="wrap_content" android:layout_width="wrap_content"
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/progress" android:id="@+id/progress"
android:layout_width="match_parent" android:layout_width="match_parent"
Loading
@@ -13,6 +12,6 @@
Loading
@@ -13,6 +12,6 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
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"?>
<merge <merge 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:layout_width="match_parent" android:layout_width="match_parent"
Loading
@@ -15,7 +14,7 @@
Loading
@@ -15,7 +14,7 @@
android:padding="8dp" android:padding="8dp"
android:background="?attr/selectableItemBackgroundBorderless" android:background="?attr/selectableItemBackgroundBorderless"
android:visibility="visible" android:visibility="visible"
android:contentDescription="@null"/> android:contentDescription="@null" />
   
<EditText <EditText
android:id="@+id/text_note" android:id="@+id/text_note"
Loading
@@ -30,7 +29,7 @@
Loading
@@ -30,7 +29,7 @@
android:imeOptions="actionNone" android:imeOptions="actionNone"
android:inputType="textCapSentences|textAutoCorrect|textMultiLine" android:inputType="textCapSentences|textAutoCorrect|textMultiLine"
android:background="@null" android:background="@null"
android:maxLines="4"/> android:maxLines="4" />
   
<android.support.design.widget.FloatingActionButton <android.support.design.widget.FloatingActionButton
android:id="@+id/button_send" android:id="@+id/button_send"
Loading
@@ -40,6 +39,6 @@
Loading
@@ -40,6 +39,6 @@
android:layout_marginRight="16dp" android:layout_marginRight="16dp"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
app:srcCompat="@drawable/ic_send_24dp" app:srcCompat="@drawable/ic_send_24dp"
app:fabSize="mini"/> app:fabSize="mini" />
   
</merge> </merge>
\ 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:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/list_item" android:id="@+id/list_item"
android:layout_width="match_parent" android:layout_width="match_parent"
Loading
@@ -17,8 +16,7 @@
Loading
@@ -17,8 +16,7 @@
android:layout_marginRight="8dp" android:layout_marginRight="8dp"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:contentDescription="@null" android:contentDescription="@null"
tools:src="@drawable/ic_assign_24dp" tools:src="@drawable/ic_assign_24dp" />
/>
   
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
Loading
@@ -37,14 +35,14 @@
Loading
@@ -37,14 +35,14 @@
android:textSize="@dimen/text_size_small" android:textSize="@dimen/text_size_small"
android:maxLines="2" android:maxLines="2"
android:ellipsize="end" android:ellipsize="end"
tools:text="Jawnnypoo"/> tools:text="Jawnnypoo" />
   
<TextView <TextView
android:id="@+id/account_server" android:id="@+id/account_server"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textSize="@dimen/text_size_tiny" android:textSize="@dimen/text_size_tiny"
tools:text="https://gitlab.com"/> tools:text="https://gitlab.com" />
   
</LinearLayout> </LinearLayout>
   
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"
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">
Loading
@@ -18,7 +17,7 @@
Loading
@@ -18,7 +17,7 @@
android:textSize="18sp" android:textSize="18sp"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:textStyle="bold" android:textStyle="bold"
android:text="@string/widget_feed"/> android:text="@string/widget_feed" />
   
</FrameLayout> </FrameLayout>
   
Loading
Loading