From 5248df85eca0b5ca11e001a87fb05912a90025c7 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 10 Jun 2019 10:42:15 -0400 Subject: [PATCH] transparent bg more button --- src/Android/Resources/layout/CipherViewCell.axml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Android/Resources/layout/CipherViewCell.axml b/src/Android/Resources/layout/CipherViewCell.axml index 951054e4e..58a5ba5f1 100644 --- a/src/Android/Resources/layout/CipherViewCell.axml +++ b/src/Android/Resources/layout/CipherViewCell.axml @@ -79,6 +79,7 @@ android:layout_height="match_parent" android:text="" android:gravity="center" - android:padding="0dp" /> + android:padding="0dp" + android:background="@android:color/transparent" /> \ No newline at end of file