diff options
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/item_keyword.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/layout/web_context_menu.xml | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/app/src/main/res/layout/item_keyword.xml b/app/src/main/res/layout/item_keyword.xml index 2c24997f..3894fc7e 100644 --- a/app/src/main/res/layout/item_keyword.xml +++ b/app/src/main/res/layout/item_keyword.xml @@ -21,5 +21,4 @@ android:background="?android:attr/selectableItemBackground" android:scaleType="center" /> - </LinearLayout>
\ No newline at end of file diff --git a/app/src/main/res/layout/web_context_menu.xml b/app/src/main/res/layout/web_context_menu.xml deleted file mode 100644 index d5f80c0f..00000000 --- a/app/src/main/res/layout/web_context_menu.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:app="http://schemas.android.com/apk/res-auto" - android:id="@+id/menu_container" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:background="@color/kau_shadow_overlay" - android:gravity="center" - android:orientation="vertical" - android:visibility="gone" - android:padding="@dimen/kau_padding_normal"> - - <TextView - android:id="@+id/menu_url" - android:visibility="gone" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:padding="@dimen/kau_padding_normal" /> - - <android.support.v7.widget.RecyclerView - android:id="@+id/menu_recycler" - android:layout_width="match_parent" - android:visibility="gone" - android:layout_height="wrap_content" - app:layoutManager="android.support.v7.widget.LinearLayoutManager" /> - -</LinearLayout>
\ No newline at end of file |