summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorKasun <k-a-s-u-n@tuta.io>2019-05-10 01:29:32 +0530
committerKasun <k-a-s-u-n@tuta.io>2019-05-10 01:29:32 +0530
commitc1a22a1320da6c8f6a2776493898b920d2216cb3 (patch)
tree3de8c09e7d4ecbe9a4ae32e5bc3300fcc780f800 /app/src/main/res/layout
parente55bf64bf0239a49d52849084a805c94feb7e97e (diff)
theming the undo bar
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/activity_reorder_tabs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_reorder_tabs.xml b/app/src/main/res/layout/activity_reorder_tabs.xml
index a3d52463f..9ba645239 100644
--- a/app/src/main/res/layout/activity_reorder_tabs.xml
+++ b/app/src/main/res/layout/activity_reorder_tabs.xml
@@ -31,7 +31,7 @@
<RelativeLayout
android:id="@+id/undo_container"
android:visibility="gone"
- android:background="@color/mastodonC3"
+ android:background="@color/notif_black_3"
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_alignParentBottom="true"