|
|
|
|
@ -58,27 +58,27 @@
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="55dp"
|
|
|
|
|
android:layout_marginTop="20dp"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
<!-- <LinearLayout-->
|
|
|
|
|
<!-- android:layout_width="match_parent"-->
|
|
|
|
|
<!-- android:layout_height="55dp"-->
|
|
|
|
|
<!-- android:layout_marginTop="20dp"-->
|
|
|
|
|
<!-- android:orientation="horizontal">-->
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/info_text"
|
|
|
|
|
android:layout_width="110dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:text="胎胚年份:" />
|
|
|
|
|
<!-- <TextView-->
|
|
|
|
|
<!-- style="@style/info_text"-->
|
|
|
|
|
<!-- android:layout_width="110dp"-->
|
|
|
|
|
<!-- android:layout_height="match_parent"-->
|
|
|
|
|
<!-- android:layout_gravity="center"-->
|
|
|
|
|
<!-- android:text="胎胚年份:" />-->
|
|
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
|
android:id="@+id/socket_year"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
/>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<!-- <EditText-->
|
|
|
|
|
<!-- android:id="@+id/socket_year"-->
|
|
|
|
|
<!-- android:layout_width="match_parent"-->
|
|
|
|
|
<!-- android:layout_height="match_parent"-->
|
|
|
|
|
<!-- android:layout_gravity="center"-->
|
|
|
|
|
<!-- android:gravity="center"-->
|
|
|
|
|
<!-- />-->
|
|
|
|
|
<!-- </LinearLayout>-->
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
|