aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_muc_details.xml
diff options
context:
space:
mode:
authorSam Whited <sam@samwhited.com>2015-01-21 23:00:35 -0500
committerSam Whited <sam@samwhited.com>2015-01-29 15:28:26 -0500
commit48604a66201e0c0f403ba1576e35833c7407a7d0 (patch)
tree2e36b529262f3d18565c7835b4d86b477d748a0d /src/main/res/layout/activity_muc_details.xml
parentc237a550932b7e68f2f754b8fe33248ae9f0ee5c (diff)
Use Material Design Icons on API 21+
Diffstat (limited to 'src/main/res/layout/activity_muc_details.xml')
-rw-r--r--src/main/res/layout/activity_muc_details.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/layout/activity_muc_details.xml b/src/main/res/layout/activity_muc_details.xml
index 332ac2a9..36873654 100644
--- a/src/main/res/layout/activity_muc_details.xml
+++ b/src/main/res/layout/activity_muc_details.xml
@@ -76,7 +76,7 @@
android:layout_centerVertical="true"
android:background="?android:selectableItemBackground"
android:padding="8dp"
- android:src="@drawable/ic_action_edit_dark"/>
+ android:src="?attr/icon_edit_dark"/>
</RelativeLayout>
<RelativeLayout
@@ -103,7 +103,7 @@
android:layout_centerVertical="true"
android:background="?android:selectableItemBackground"
android:padding="8dp"
- android:src="@drawable/ic_action_settings"/>
+ android:src="?attr/icon_settings"/>
</RelativeLayout>
<TextView