Skip to content

Commit

Permalink
fixes #20
Browse files Browse the repository at this point in the history
  • Loading branch information
burntcookie90 committed Oct 27, 2014
1 parent 9fdf98b commit ffc903d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions app/src/main/res/layout/comments_header.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<RelativeLayout 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:background="@drawable/card_bg"
android:padding="8dp"
android:longClickable="false"
Expand All @@ -16,15 +17,17 @@
<com.devspark.robototextview.widget.RobotoTextView
android:id="@+id/story_points"
android:textColor="@android:color/black"
android:text="24"
tools:text="24"
android:gravity="center"
android:textSize="24sp"
android:layout_centerVertical="true"
android:layout_alignParentLeft="true"
app:typeface="roboto_bold"
android:layout_marginRight="12dp"
android:layout_width="42dp"
android:layout_height="wrap_content"/>
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:minWidth="42dp"
tools:ignore="RtlHardcoded"/>

<com.devspark.robototextview.widget.RobotoTextView
android:id="@+id/story_title"
Expand Down

0 comments on commit ffc903d

Please sign in to comment.