aboutsummaryrefslogtreecommitdiff
path: root/res/layout/option_item_action.xml
diff options
context:
space:
mode:
authorNick Chalko <nchalko@google.com>2017-10-03 10:16:37 -0700
committerXin Li <delphij@google.com>2017-10-31 15:39:46 -0700
commit9c40502f7d92098bdec63031af5dca87ead8d405 (patch)
treed31e2adc1f9cce4f27ca07d30bee921032e33a3c /res/layout/option_item_action.xml
parent8240a88ba4469279d99444bcd08eebdc1c0dc5d8 (diff)
downloadTV-9c40502f7d92098bdec63031af5dca87ead8d405.tar.gz
Sync to match Live Channels 1.15(ncis)
aka ub-tv-dev at a73a150bb7d0d1ce867ef980c6ac8411899d40ad Test: build with support-27.0-dev branch merge Bug: 68345297 Bug: 64021596 Change-Id: I7c544fd15e2c58784f8babc31877ad0dfeebb4c0 (cherry picked from commit 633eb826b8c97731dfc5ef12c7bf78a63734275d)
Diffstat (limited to 'res/layout/option_item_action.xml')
-rw-r--r--res/layout/option_item_action.xml15
1 files changed, 2 insertions, 13 deletions
diff --git a/res/layout/option_item_action.xml b/res/layout/option_item_action.xml
index a7a02b2d..6dc5b35b 100644
--- a/res/layout/option_item_action.xml
+++ b/res/layout/option_item_action.xml
@@ -24,19 +24,8 @@
android:focusable="true"
android:background="?android:attr/selectableItemBackground" >
- <ImageView
- android:id="@+id/icon"
- android:layout_width="36dp"
- android:layout_height="36dp"
- android:layout_weight="0"
- android:layout_marginEnd="20dp"
- android:layout_marginTop="14dp"
- android:layout_marginBottom="14dp"
- android:contentDescription="@null" />
-
<include layout="@layout/option_item_common"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1" />
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
</LinearLayout>