Skip to content
This repository has been archived by the owner on Jul 16, 2018. It is now read-only.

Commit

Permalink
Merge pull request #37 from odin3/dev
Browse files Browse the repository at this point in the history
Fix button bookmark overflow
  • Loading branch information
princeofpensia authored Jan 15, 2017
2 parents 304c14a + a3dc679 commit 23f4aae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_movie_details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
android:layout_marginBottom="5dp"
android:textColor="#000"
android:textSize="20dp"
android:layout_marginRight="30sp"
android:textStyle="bold" />

<TextView
Expand Down Expand Up @@ -99,14 +100,14 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:srcCompat="@drawable/ic_bookmark"
android:visibility="gone"
android:background="@null"
android:id="@+id/amd_bookmark_add"
android:layout_alignParentStart="false"
android:layout_alignParentLeft="false"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:visibility="gone"
android:contentDescription="@string/action_add_to_bookmarks"/>

<ImageButton
Expand Down

0 comments on commit 23f4aae

Please sign in to comment.