diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-10-04 14:31:44 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-10-04 14:31:44 +0200 |
commit | 0929621b570e4867bb9f7094422fc57f77afb2f8 (patch) | |
tree | ab88f58aff5022afe3c0bfcc3bf176887685e065 /res | |
parent | 18409946c638269d2c0b0b3f74d9f9f7258d7962 (diff) |
minor ui tweak
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/activity_edit_account.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/res/layout/activity_edit_account.xml b/res/layout/activity_edit_account.xml index 04e176c0..91bda7b1 100644 --- a/res/layout/activity_edit_account.xml +++ b/res/layout/activity_edit_account.xml @@ -202,12 +202,13 @@ <ImageButton android:id="@+id/action_copy_to_clipboard" - android:layout_width="wrap_content" - android:layout_height="wrap_content" + android:layout_width="32dp" + android:layout_height="32dp" android:background="?android:selectableItemBackground" android:layout_alignParentRight="true" android:layout_centerVertical="true" - android:padding="8dp" + android:padding="4dp" + android:scaleType="fitXY" android:src="@drawable/ic_action_copy" android:visibility="invisible" /> </RelativeLayout> |