Skip to content

Commit

Permalink
shareボタンのサイズを40dp*40dpから50dp*50dpに変更、ボタンの左と下に2dpずつマージンを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
sugarnaoming committed Feb 5, 2018
1 parent 1253c6f commit 4714dd7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/src/main/res/layout/article.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@

<ImageButton
android:id="@+id/shareButton"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_marginStart="2dp"
android:layout_marginBottom="2dp"
android:scaleType="fitXY"
android:background="#00000000"
android:src="@drawable/ic_menu_share"/>
Expand Down

0 comments on commit 4714dd7

Please sign in to comment.