Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3f15ae2 authored by Flavio Lerda's avatar Flavio Lerda Committed by Android (Google) Code Review
Browse files

Merge "Sets the minimum height on the ActionsViewContainer."

parents a3f0c357 fdcc6f99
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -22,11 +22,7 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:gravity="center_vertical"
    android:paddingLeft="16dip"
    android:paddingTop="8dip"
    android:paddingBottom="8dip"
    android:minHeight="@dimen/detail_min_line_item_height">
    android:paddingLeft="16dip">

    <com.android.contacts.detail.ActionsViewContainer
        android:id="@+id/actions_view_container"
@@ -35,7 +31,8 @@
        android:orientation="horizontal"
        android:focusable="true"
        android:background="?android:attr/selectableItemBackground"
        android:nextFocusRight="@+id/secondary_action_view_container">
        android:nextFocusRight="@+id/secondary_action_view_container"
        android:minHeight="@dimen/detail_min_line_item_height">

        <!-- Note: padding might be controlled programatically -->
        <LinearLayout