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

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

Issue 29543774: Issue 2801 - Create 'Whitelisted websites' screen and add link to 'Ad blocking' screen (Closed)
Patch Set: Adjustments accordingly to Thomas's comments. Also, adjusting strings for multilocale build Created Sept. 19, 2017, 3:18 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
Index: mobile/android/base/resources/layout/abb_url_input_dialog.xml
===================================================================
deleted file mode 100644
--- a/mobile/android/base/resources/layout/abb_url_input_dialog.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical"
- android:padding="6dp" >
-
- <EditText android:id="@+id/abb_listadd_textinput"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
- android:layout_marginBottom="8dp"
- android:inputType="textUri"
- android:paddingLeft="4dp"
- android:paddingRight="4dp"
- android:paddingTop="10dp"
- android:paddingBottom="10dp"
- android:background="@drawable/abb_edittext_bkg"
- android:hint="filler"
- android:focusable="true" />
-
- <Button android:id="@+id/abb_listadd_button"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:gravity="center"
- android:text="filler"
- android:background="#ff0099cc"
- android:textColor="#f8f8f8"
- android:focusable="false" />
-
-</LinearLayout>
-

Powered by Google App Engine
This is Rietveld