Skip to content

Commit

Permalink
Fix color hex size
Browse files Browse the repository at this point in the history
  • Loading branch information
duanhong169 committed Sep 25, 2018
1 parent ecfe0a3 commit b85d293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

<top.defaults.view.TextButton
android:id="@+id/colorHex"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="100dp"
android:layout_height="40dp"
android:layout_marginLeft="8dp"
android:layout_marginStart="8dp"
android:textSize="16sp"
Expand Down

0 comments on commit b85d293

Please sign in to comment.