Skip to content

Commit

Permalink
UI improvement (7)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0dehunter committed Nov 12, 2019
1 parent 2762218 commit c4c7751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions currencypicker/src/main/res/layout/row.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@

<TextView
android:id="@+id/row_symbol"
android:layout_width="wrap_content"
android:layout_width="50dp"
android:layout_height="wrap_content"
android:padding="10dp"
android:textStyle="bold"
android:gravity="end"
tools:text="$"
android:layout_marginLeft="5dp"
android:layout_marginRight="5dp"/>

<CheckBox
Expand Down

0 comments on commit c4c7751

Please sign in to comment.