Merge "Update spacing in suggestion/condition header and footer." into oc-dr1-dev

This commit is contained in:
TreeHugger Robot
2017-07-15 01:05:41 +00:00
committed by Android (Google) Code Review
4 changed files with 16 additions and 20 deletions

View File

@@ -20,8 +20,8 @@
style="@style/SuggestionConditionStyle"
android:layout_width="match_parent"
android:layout_height="44dp"
android:paddingTop="4dp"
android:paddingEnd="16dp"
android:paddingTop="10dp"
android:paddingEnd="10dp"
android:orientation="horizontal"
android:gravity="end">

View File

@@ -20,16 +20,13 @@
style="@style/SuggestionConditionStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="10dp"
android:paddingBottom="10dp"
android:orientation="vertical">
<Space
android:id="@+id/top_space"
android:layout_width="match_parent"
android:layout_height="9dp"/>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="35dp"
android:layout_height="36dp"
android:layout_centerHorizontal="true">
<FrameLayout
@@ -87,8 +84,4 @@
</RelativeLayout>
<Space
android:layout_width="match_parent"
android:layout_height="12dp"/>
</LinearLayout>