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