Files
MoGoEagleEye/modules/mogo-module-search/src/main/res/layout/fragment_setting_address.xml
2020-01-12 15:31:18 +08:00

29 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:paddingBottom="@dimen/dp_60"
android:paddingLeft="@dimen/dp_60"
android:paddingRight="@dimen/dp_60"
android:paddingTop="@dimen/dp_40"
>
<include layout="@layout/include_search_bar" />
<TextView
android:layout_width="@dimen/dp_266"
android:text="@string/set_as_home_navi"
android:layout_marginRight="@dimen/dp_8"
android:gravity="center"
android:id="@+id/tv_set_as_home"
android:textColor="@color/white"
android:textSize="@dimen/sp_40"
android:background="@drawable/shape_round_blue_grident"
app:layout_constraintRight_toRightOf="@+id/ll_navi_search"
app:layout_constraintTop_toTopOf="@+id/ll_navi_search"
app:layout_constraintBottom_toBottomOf="@+id/ll_navi_search"
android:layout_height="@dimen/dp_104"/>
</androidx.constraintlayout.widget.ConstraintLayout>