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

Side by Side Diff: res/layout/whitelisted_website_delete_widget.xml

Issue 29376835: Issue 4769 - Supporting adding whitelisted websites on ABP for Samsung Internet (Closed)
Patch Set: Adjusting Russian string Created March 15, 2017, 4:56 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « res/layout/empty_view.xml ('k') | res/values-de/strings.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <ImageView xmlns:android="http://schemas.android.com/apk/res/android"
3 android:id="@+id/whitelisted_website_delete_button"
4 android:layout_width="wrap_content"
5 android:layout_height="match_parent"
6 android:layout_gravity="center"
7 android:background="?android:attr/selectableItemBackground"
8 android:contentDescription="@string/whitelist_remove_dialog_title"
9 android:paddingEnd="16dp"
10 android:paddingStart="16dp"
11 android:src="@android:drawable/ic_menu_delete"/>
OLDNEW
« no previous file with comments | « res/layout/empty_view.xml ('k') | res/values-de/strings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld