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

Unified Diff: mobile/android/base/resources/layout/abb_minimal_widget.xml

Issue 29322610: Issue 2720 - [Adblocking settings] Add the other filter lists category (Closed)
Patch Set: Last naming nit Created July 31, 2015, 9:36 a.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: mobile/android/base/resources/layout/abb_minimal_widget.xml
diff --git a/mobile/android/base/resources/layout/abb_minimal_widget.xml b/mobile/android/base/resources/layout/abb_minimal_widget.xml
new file mode 100644
index 0000000000000000000000000000000000000000..71e989337604e5fa443fc202fcfa4bbc026d1b95
--- /dev/null
+++ b/mobile/android/base/resources/layout/abb_minimal_widget.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:gravity="center_vertical"
+ android:paddingRight="?android:attr/scrollbarSize" />
+

Powered by Google App Engine
This is Rietveld