Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: res/layout/whitelisted_website_delete_widget.xml

Issue 29376835: Issue 4769 - Supporting adding whitelisted websites on ABP for Samsung Internet (Closed)
Patch Set: Created Feb. 22, 2017, 10:40 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: res/layout/whitelisted_website_delete_widget.xml
===================================================================
new file mode 100644
--- /dev/null
+++ b/res/layout/whitelisted_website_delete_widget.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/whitelisted_website_delete_button"
+ android:layout_width="wrap_content"
+ android:layout_height="match_parent"
+ android:layout_gravity="center"
+ android:background="?android:attr/selectableItemBackground"
+ android:contentDescription="@string/whitelist_remove_dialog_title"
+ android:paddingEnd="16dp"
+ android:paddingStart="16dp"
+ android:src="@android:drawable/ic_menu_delete"/>

Powered by Google App Engine
This is Rietveld