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

Formatting

parent 21e9ac61
No related branches found
No related tags found
No related merge requests found
Showing
with 57 additions and 74 deletions
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/list_item"
Loading
Loading
@@ -18,8 +17,7 @@
android:layout_marginRight="8dp"
android:layout_gravity="center_vertical"
android:contentDescription="@null"
tools:src="@drawable/ic_assign_24dp"
/>
tools:src="@drawable/ic_assign_24dp" />
 
<LinearLayout
android:layout_width="match_parent"
Loading
Loading
@@ -38,14 +36,14 @@
android:textSize="@dimen/text_size_small"
android:maxLines="2"
android:ellipsize="end"
tools:text="Jawnnypoo"/>
tools:text="Jawnnypoo" />
 
<TextView
android:id="@+id/account_server"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="@dimen/text_size_tiny"
tools:text="https://gitlab.com"/>
tools:text="https://gitlab.com" />
 
</LinearLayout>
 
Loading
Loading
@@ -57,6 +55,6 @@
app:srcCompat="@drawable/ic_overflow_24dp"
android:padding="8dp"
android:layout_gravity="center_vertical|right"
android:contentDescription="@null"/>
android:contentDescription="@null" />
 
</FrameLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Loading
Loading
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="horizontal"
android:layout_width="wrap_content"
Loading
Loading
@@ -14,7 +13,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:textAllCaps="true"
android:textSize="16sp"/>
android:textSize="16sp" />
 
<ImageView
android:id="@+id/breadcrumb_arrow"
Loading
Loading
@@ -22,7 +21,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:contentDescription="@null"
app:srcCompat="@drawable/ic_chevron_right_24dp"/>
app:srcCompat="@drawable/ic_chevron_right_24dp" />
 
 
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Loading
Loading
@@ -17,7 +16,8 @@
android:layout_gravity="center_vertical"
android:layout_margin="8dp"
android:textSize="@dimen/text_size_small"
tools:text="Name: build"/>
tools:text="Name: build" />
<TextView
android:id="@+id/number"
android:layout_width="0dp"
Loading
Loading
@@ -26,7 +26,7 @@
android:layout_gravity="center_vertical"
android:layout_margin="8dp"
android:textSize="@dimen/text_size_small"
tools:text="Build: #123"/>
tools:text="Build: #123" />
 
<TextView
android:id="@+id/status"
Loading
Loading
@@ -36,7 +36,7 @@
android:layout_gravity="center_vertical"
android:layout_margin="8dp"
android:textSize="@dimen/text_size_small"
tools:text="Status: running"/>
tools:text="Status: running" />
 
<TextView
android:id="@+id/duration"
Loading
Loading
@@ -46,6 +46,6 @@
android:layout_gravity="center_vertical"
android:layout_margin="8dp"
android:textSize="@dimen/text_size_small"
tools:text="Duration: 12 seconds"/>
tools:text="Duration: 12 seconds" />
 
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
Loading
Loading
Loading
Loading
@@ -61,7 +61,7 @@
android:text="@string/issue_open"
android:textAllCaps="true"
android:id="@+id/issue_state"
android:layout_gravity="right"/>
android:layout_gravity="right" />
 
</LinearLayout>
 
Loading
Loading
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Loading
Loading
@@ -12,6 +11,6 @@
android:layout_height="wrap_content"
android:textSize="14sp"
android:padding="8dp"
tools:text="Bug"/>
tools:text="Bug" />
 
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.CardView
xmlns:android="http://schemas.android.com/apk/res/android"
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Loading
Loading
@@ -14,7 +13,7 @@
<View
android:id="@+id/color"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
android:layout_height="match_parent" />
 
<TextView
android:id="@+id/title"
Loading
Loading
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
Loading
Loading
@@ -23,7 +22,7 @@
android:padding="8dp"
android:background="?attr/selectableItemBackgroundBorderless"
app:srcCompat="@drawable/ic_overflow_24dp"
android:contentDescription="@null"/>
android:contentDescription="@null" />
 
<LinearLayout
android:id="@+id/root_name"
Loading
Loading
@@ -41,7 +40,7 @@
android:padding="8dp"
android:textSize="14sp"
android:textColor="@color/white"
tools:text="Jawnnypoo"/>
tools:text="Jawnnypoo" />
 
<TextView
android:id="@+id/access"
Loading
Loading
@@ -52,6 +51,6 @@
android:paddingBottom="8dp"
android:textSize="12sp"
android:textColor="@color/white"
tools:text="Owner"/>
tools:text="Owner" />
</LinearLayout>
</FrameLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/note_list_item"
android:layout_width="match_parent"
Loading
Loading
@@ -18,19 +17,19 @@
android:layout_marginLeft="@dimen/padding_normal"
android:layout_gravity="center_vertical"
android:contentDescription="@null"
tools:src="@drawable/ic_logo"/>
tools:src="@drawable/ic_logo" />
 
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/padding_normal"
android:layout_marginRight="@dimen/padding_normal"
android:orientation="vertical" >
android:orientation="vertical">
 
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
android:orientation="horizontal">
 
<TextView
android:id="@+id/title"
Loading
Loading
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Loading
Loading
@@ -17,7 +16,7 @@
android:layout_gravity="center_vertical"
android:layout_margin="8dp"
android:textSize="@dimen/text_size_small"
tools:text="Pipeline: #123"/>
tools:text="Pipeline: #123" />
 
<TextView
android:id="@+id/status"
Loading
Loading
@@ -27,7 +26,7 @@
android:layout_gravity="center_vertical"
android:layout_margin="8dp"
android:textSize="@dimen/text_size_small"
tools:text="Status: running"/>
tools:text="Status: running" />
 
<TextView
android:id="@+id/sha"
Loading
Loading
@@ -37,7 +36,8 @@
android:layout_gravity="center_vertical"
android:layout_margin="8dp"
android:textSize="@dimen/text_size_small"
tools:text="Commit: ac4c0b18"/>
tools:text="Commit: ac4c0b18" />
<TextView
android:id="@+id/ref"
android:layout_width="0dp"
Loading
Loading
@@ -46,6 +46,6 @@
android:layout_gravity="center_vertical"
android:layout_margin="8dp"
android:textSize="@dimen/text_size_small"
tools:text="Ref: ac4c0b18"/>
tools:text="Ref: ac4c0b18" />
 
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Loading
Loading
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.CardView
xmlns:android="http://schemas.android.com/apk/res/android"
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
style="@style/Card"
Loading
Loading
@@ -24,7 +23,7 @@
android:layout_marginRight="8dp"
android:layout_marginTop="4dp"
app:fontFamily="@font/roboto_condensed_regular"
tools:text="Commit451 / LabCoat"/>
tools:text="Commit451 / LabCoat" />
 
<LinearLayout
android:layout_width="match_parent"
Loading
Loading
@@ -39,7 +38,7 @@
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:contentDescription="@null"
tools:src="@drawable/ic_assign_24dp"/>
tools:src="@drawable/ic_assign_24dp" />
 
<LinearLayout
android:layout_width="0dp"
Loading
Loading
@@ -58,14 +57,14 @@
android:ellipsize="end"
android:maxLines="2"
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
android:id="@+id/issue_creator"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="@dimen/text_size_tiny"
tools:text="Created 45 days ago by Jawnnypoo"/>
tools:text="Created 45 days ago by Jawnnypoo" />
 
</LinearLayout>
 
Loading
Loading
<?xml version="1.0" encoding="utf-8"?>
<com.commit451.gitlab.view.LabCoatProgressView
xmlns:android="http://schemas.android.com/apk/res/android"
<com.commit451.gitlab.view.LabCoatProgressView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/progress"
android:layout_width="wrap_content"
Loading
Loading
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/progress"
android:layout_width="match_parent"
Loading
Loading
@@ -13,6 +12,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:indeterminate="true"/>
android:indeterminate="true" />
 
</FrameLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<merge
xmlns:android="http://schemas.android.com/apk/res/android"
<merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
Loading
Loading
@@ -15,7 +14,7 @@
android:padding="8dp"
android:background="?attr/selectableItemBackgroundBorderless"
android:visibility="visible"
android:contentDescription="@null"/>
android:contentDescription="@null" />
 
<EditText
android:id="@+id/text_note"
Loading
Loading
@@ -30,7 +29,7 @@
android:imeOptions="actionNone"
android:inputType="textCapSentences|textAutoCorrect|textMultiLine"
android:background="@null"
android:maxLines="4"/>
android:maxLines="4" />
 
<android.support.design.widget.FloatingActionButton
android:id="@+id/button_send"
Loading
Loading
@@ -40,6 +39,6 @@
android:layout_marginRight="16dp"
android:layout_gravity="center_vertical"
app:srcCompat="@drawable/ic_send_24dp"
app:fabSize="mini"/>
app:fabSize="mini" />
 
</merge>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/list_item"
android:layout_width="match_parent"
Loading
Loading
@@ -17,8 +16,7 @@
android:layout_marginRight="8dp"
android:layout_gravity="center_vertical"
android:contentDescription="@null"
tools:src="@drawable/ic_assign_24dp"
/>
tools:src="@drawable/ic_assign_24dp" />
 
<LinearLayout
android:layout_width="match_parent"
Loading
Loading
@@ -37,14 +35,14 @@
android:textSize="@dimen/text_size_small"
android:maxLines="2"
android:ellipsize="end"
tools:text="Jawnnypoo"/>
tools:text="Jawnnypoo" />
 
<TextView
android:id="@+id/account_server"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="@dimen/text_size_tiny"
tools:text="https://gitlab.com"/>
tools:text="https://gitlab.com" />
 
</LinearLayout>
 
Loading
Loading
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
Loading
Loading
@@ -18,7 +17,7 @@
android:textSize="18sp"
android:layout_gravity="center_vertical"
android:textStyle="bold"
android:text="@string/widget_feed"/>
android:text="@string/widget_feed" />
 
</FrameLayout>
 
Loading
Loading
<?xml version="1.0" encoding="utf-8"?>
<menu 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">
 
<item
android:id="@+id/action_cancel"
app:showAsAction="never"
android:title="@string/action_cancel"/>
android:title="@string/action_cancel" />
 
</menu>
\ No newline at end of file
Loading
Loading
@@ -4,5 +4,5 @@
<item
android:id="@+id/action_close"
app:showAsAction="never"
android:title="@string/action_close"/>
android:title="@string/action_close" />
</menu>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment