| Index: libadblockplus-android-settings/res/layout/fragment_adblock_whitelisted_domain_item.xml |
| diff --git a/libadblockplus-android-settings/res/layout/fragment_adblock_whitelisted_domain_item.xml b/libadblockplus-android-settings/res/layout/fragment_adblock_whitelisted_domain_item.xml |
| deleted file mode 100644 |
| index 158f487eeb4d5f503163bafd4062ce78e4bacce1..0000000000000000000000000000000000000000 |
| --- a/libadblockplus-android-settings/res/layout/fragment_adblock_whitelisted_domain_item.xml |
| +++ /dev/null |
| @@ -1,30 +0,0 @@ |
| -<?xml version="1.0" encoding="utf-8"?> |
| -<LinearLayout |
| - xmlns:android="http://schemas.android.com/apk/res/android" |
| - xmlns:tools="http://schemas.android.com/tools" |
| - android:layout_width="match_parent" |
| - android:layout_height="match_parent" |
| - android:gravity="center_vertical" |
| - android:orientation="horizontal" |
| - android:paddingTop="@dimen/fragment_adblock_wl_item_padding" |
| - android:paddingBottom="@dimen/fragment_adblock_wl_item_padding"> |
| - |
| - <!-- Domain --> |
| - <TextView |
| - android:id="@+id/fragment_adblock_wl_item_title" |
| - android:layout_width="0dp" |
| - android:layout_weight="1" |
| - android:layout_height="wrap_content" |
| - android:paddingStart="0dp" |
| - android:textAppearance="?android:attr/textAppearanceMedium" |
| - tools:text="http://www.google.com"/> |
| - |
| - <!-- Remove button --> |
| - <ImageView |
| - android:id="@+id/fragment_adblock_wl_item_remove" |
| - android:layout_width="wrap_content" |
| - android:layout_height="wrap_content" |
| - android:src="@drawable/fragment_adblock_whitelisted_domains_remove" |
| - android:paddingStart="@dimen/fragment_adblock_wl_padding" /> |
| - |
| -</LinearLayout> |