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

Side by Side Diff: adblockplussbrowser/res/layout/empty_view.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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <View xmlns:android="http://schemas.android.com/apk/res/android" 2 <View xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="0dp" 3 android:layout_width="0dp"
4 android:layout_height="0dp"/> 4 android:layout_height="0dp"/>
OLDNEW

Powered by Google App Engine
This is Rietveld