diff options
author | Sam Whited <sam@samwhited.com> | 2015-01-21 23:00:35 -0500 |
---|---|---|
committer | Sam Whited <sam@samwhited.com> | 2015-01-29 15:28:26 -0500 |
commit | 48604a66201e0c0f403ba1576e35833c7407a7d0 (patch) | |
tree | 2e36b529262f3d18565c7835b4d86b477d748a0d /src/main/res/layout/activity_edit_account.xml | |
parent | c237a550932b7e68f2f754b8fe33248ae9f0ee5c (diff) |
Use Material Design Icons on API 21+
Diffstat (limited to 'src/main/res/layout/activity_edit_account.xml')
-rw-r--r-- | src/main/res/layout/activity_edit_account.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/activity_edit_account.xml b/src/main/res/layout/activity_edit_account.xml index 0093f032..750c28e0 100644 --- a/src/main/res/layout/activity_edit_account.xml +++ b/src/main/res/layout/activity_edit_account.xml @@ -338,7 +338,7 @@ android:layout_centerVertical="true" android:background="?android:selectableItemBackground" android:padding="8dp" - android:src="@drawable/ic_action_copy" + android:src="?attr/icon_copy" android:visibility="visible" android:contentDescription="@string/copy_otr_clipboard_description"/> </RelativeLayout> |