Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/ccrama/Slide
Browse files Browse the repository at this point in the history
  • Loading branch information
SlideCI committed Nov 15, 2015
2 parents 8682446 + aeb6862 commit 4e59870
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/gilded.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
android:background="@drawable/guildback"
android:gravity="center_vertical"
android:orientation="horizontal"
android:padding="2.5dp">
android:paddingLeft="2.5dp"
android:paddingRight="2.5dp">

<ImageView
android:layout_width="9dp"
Expand All @@ -18,7 +19,6 @@
android:id="@+id/gildtext"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="center"
android:gravity="center"
android:text="14"
android:textColor="#fff"
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/op.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
android:backgroundTint="@color/md_light_blue_500"
android:gravity="center_vertical"
android:orientation="horizontal"
android:padding="2.5dp">
android:paddingLeft="2.5dp"
android:paddingRight="2.5dp">

<TextView
android:id="@+id/gildtext"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/profile_comment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
layout="@layout/gilded"
android:layout_width="wrap_content"

android:layout_height="wrap_content"
android:layout_height="16dp"
android:layout_marginLeft="10dp"
android:gravity="center_horizontal"
android:orientation="horizontal" />
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/you.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
android:backgroundTint="@color/md_orange_500"
android:gravity="center_vertical"
android:orientation="horizontal"
android:padding="2.5dp">
android:paddingLeft="2.5dp"
android:paddingRight="2.5dp">

<TextView
android:id="@+id/gildtext"
Expand Down

0 comments on commit 4e59870

Please sign in to comment.