Skip to content

Commit

Permalink
implement new design accoriding to provided mockups #34
Browse files Browse the repository at this point in the history
 - information activity design fixes (appropriate right images for clean up and edit email)
  • Loading branch information
Daniil Efremov committed Nov 11, 2016
1 parent 92a04ea commit 6b215e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
android:layout_marginRight="30dp"
android:layout_below="@+id/t_Information"
android:background="@color/colorBackground"
android:drawableRight="@drawable/ico_outer_link"
android:drawableRight="@drawable/abc_ic_go_search_api_mtrl_alpha"
/>

<Button
Expand Down Expand Up @@ -108,7 +108,7 @@
android:layout_marginRight="30dp"
android:layout_below="@+id/b_sdk"
android:background="@color/colorBackground"
android:drawableRight="@drawable/ico_outer_link"
android:drawableRight="@drawable/abc_ic_go_search_api_mtrl_alpha"
/>

<Button
Expand Down

0 comments on commit 6b215e3

Please sign in to comment.