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

Unified Diff: res/layout/empty_view.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
« no previous file with comments | « no previous file | res/layout/whitelisted_website_delete_widget.xml » ('j') | res/values-fr/strings.xml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: res/layout/empty_view.xml
===================================================================
new file mode 100644
--- /dev/null
+++ b/res/layout/empty_view.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<View xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="0dp"
+ android:layout_height="0dp"
+ android:orientation="vertical"/>
anton 2017/03/06 09:36:31 is "orientation" property required for View?
diegocarloslima 2017/03/09 20:15:04 Nope, will fix that
« no previous file with comments | « no previous file | res/layout/whitelisted_website_delete_widget.xml » ('j') | res/values-fr/strings.xml » ('J')

Powered by Google App Engine
This is Rietveld