06065dd4354e24d86000c6f4469ef2df05fcR174">174
android:layout_height="120dp"
android:background="#ffffff"
android:orientation="vertical"
android:paddingLeft="22dp"
android:paddingTop="21dp"
android:paddingRight="23dp"
app:layout_constraintTop_toTopOf="parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="30dp"
android:orientation="horizontal">
<Button
android:id="@+id/second_1"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="@drawable/recommend_btn_selected"
android:text="智能推荐"
android:textColor="#ffffff"
android:textSize="12sp" />
<View
android:layout_width="10dp"
android:layout_height="match_parent" />
<Button
android:id="@+id/second_2"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="@drawable/recommend_btn_normal"
android:text="价格最低"
android:textColor="#2FC45B"
android:textSize="12sp" />
<View
android:layout_width="10dp"
android:layout_height="match_parent" />
<Button
android:id="@+id/second_3"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="@drawable/recommend_btn_normal"
android:text="距离最近"
android:textColor="#2FC45B"
android:textSize="12sp" />
<View
android:layout_width="10dp"
android:layout_height="match_parent" />
<Button
android:id="@+id/second_4"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="@drawable/recommend_btn_normal"
android:text="空闲最多"
android:textColor="#2FC45B"
android:textSize="12sp" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="30dp"
android:layout_marginTop="15dp">
<Button
android:id="@+id/second_5"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="@drawable/recommend_btn_normal"
android:text="评分最高"
android:textColor="#2FC45B"
android:textSize="12sp" />
<View
android:layout_width="10dp"
android:layout_height="match_parent" />
<View
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1" />
<View
android:layout_width="10dp"
android:layout_height="match_parent" />
<View
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1" />
<View
android:layout_width="10dp"
android:layout_height="match_parent" />
<View
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1" />
</LinearLayout>
</LinearLayout>
</android.support.constraint.ConstraintLayout>
</android.support.constraint.ConstraintLayout>