Skip to content

Commit

Permalink
Changed the width of the +- buttons on the habit rows to be equal to …
Browse files Browse the repository at this point in the history
…buttons on other rows.
  • Loading branch information
Todd-Davies committed Jan 6, 2016
1 parent 4873375 commit 0ea6ed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Habitica/res/layout/habit_item_card.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout
android:layout_width="40dp"
android:layout_width="60dp"
android:layout_height="match_parent"
android:id="@+id/btnLayoutLeft"
app:visibility="@{habit.up ? View.VISIBLE : View.GONE}"
Expand Down Expand Up @@ -82,7 +82,7 @@
android:layout_alignParentEnd="true" />
</RelativeLayout>
<FrameLayout
android:layout_width="40dp"
android:layout_width="60dp"
android:layout_height="match_parent"
android:id="@+id/btnLayoutRight"
app:visibility="@{habit.down ? View.VISIBLE : View.INVISIBLE}"
Expand Down

0 comments on commit 0ea6ed3

Please sign in to comment.