aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-22 10:36:47 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-22 10:36:47 +0200
commit0e36a08f455d2bc6896573c1ac5b147ea6ff3edc (patch)
treeae8ad4616790f574f32f55d68a521598acfa6f84 /src/main
parent4195b87110e39e0a74e9e78a546a4adf32156337 (diff)
fix theme in activity_edit_account
Diffstat (limited to 'src/main')
-rw-r--r--src/main/res/layout/activity_edit_account.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/res/layout/activity_edit_account.xml b/src/main/res/layout/activity_edit_account.xml
index 96e82e40d..c16465f72 100644
--- a/src/main/res/layout/activity_edit_account.xml
+++ b/src/main/res/layout/activity_edit_account.xml
@@ -495,7 +495,7 @@
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:alpha="1.0"
- android:background="?attr/color_background_secondary"
+ android:background="?attr/selectableItemBackgroundBorderless"
android:padding="@dimen/image_button_padding"
android:src="?attr/icon_remove"
android:visibility="visible" />
@@ -536,7 +536,7 @@
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
- android:background="?attr/color_background_secondary"
+ android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/copy_otr_clipboard_description"
android:padding="@dimen/image_button_padding"
android:src="?attr/icon_copy"
@@ -582,7 +582,7 @@
android:id="@+id/action_copy_axolotl_to_clipboard"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:background="?attr/color_background_secondary"
+ android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/copy_omemo_clipboard_description"
android:padding="@dimen/image_button_padding"
android:src="?attr/icon_copy"
@@ -592,7 +592,7 @@
android:id="@+id/action_regenerate_omemo_key"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:background="?attr/color_background_secondary"
+ android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/regenerate_omemo_key"
android:padding="@dimen/image_button_padding"
android:src="?attr/icon_refresh"