aboutsummaryrefslogtreecommitdiff
path: root/res/layout/option_item_action.xml
diff options
context:
space:
mode:
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>