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

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

Issue 29424711: Issue 4777 - Add support for Gradle build (Closed)
Patch Set: Adjusting ignored files and updating support lib Created May 3, 2017, 1:43 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 | « adblockplussbrowser/res/layout/empty_view.xml ('k') | adblockplussbrowser/res/raw/easylist.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <ImageView xmlns:android="http://schemas.android.com/apk/res/android" 2 <ImageView xmlns:android="http://schemas.android.com/apk/res/android"
3 android:id="@+id/whitelisted_website_delete_button" 3 android:id="@+id/whitelisted_website_delete_button"
4 android:layout_width="wrap_content" 4 android:layout_width="wrap_content"
5 android:layout_height="match_parent" 5 android:layout_height="match_parent"
6 android:layout_gravity="center" 6 android:layout_gravity="center"
7 android:background="?android:attr/selectableItemBackground" 7 android:background="?android:attr/selectableItemBackground"
8 android:contentDescription="@string/whitelist_remove_dialog_title" 8 android:contentDescription="@string/whitelist_remove_dialog_title"
9 android:paddingEnd="16dp" 9 android:paddingEnd="16dp"
10 android:paddingStart="16dp" 10 android:paddingStart="16dp"
11 android:src="@android:drawable/ic_menu_delete"/> 11 android:src="@android:drawable/ic_menu_delete"/>
OLDNEW
« no previous file with comments | « adblockplussbrowser/res/layout/empty_view.xml ('k') | adblockplussbrowser/res/raw/easylist.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld