|
|
@ -28,7 +28,7 @@ |
|
|
android:layout_width="0dp" |
|
|
android:layout_width="0dp" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_weight="2" |
|
|
android:layout_weight="2" |
|
|
android:text="@string/death1" |
|
|
|
|
|
|
|
|
android:text="@string/death2" |
|
|
android:textColor="@color/grey888888" |
|
|
android:textColor="@color/grey888888" |
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
|
@ -38,7 +38,7 @@ |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_weight="5" |
|
|
android:layout_weight="5" |
|
|
android:background="@drawable/shape_bg" |
|
|
android:background="@drawable/shape_bg" |
|
|
android:hint="请输入只数" |
|
|
|
|
|
|
|
|
android:hint="请输入数字" |
|
|
android:inputType="number" |
|
|
android:inputType="number" |
|
|
android:maxLines="1" |
|
|
android:maxLines="1" |
|
|
android:padding="@dimen/dp_5" |
|
|
android:padding="@dimen/dp_5" |
|
|
@ -60,7 +60,7 @@ |
|
|
android:layout_width="0dp" |
|
|
android:layout_width="0dp" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_weight="2" |
|
|
android:layout_weight="2" |
|
|
android:text="@string/eliminate" |
|
|
|
|
|
|
|
|
android:text="@string/eliminate1" |
|
|
android:textColor="@color/grey888888" |
|
|
android:textColor="@color/grey888888" |
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
|
@ -70,7 +70,7 @@ |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_weight="5" |
|
|
android:layout_weight="5" |
|
|
android:background="@drawable/shape_bg" |
|
|
android:background="@drawable/shape_bg" |
|
|
android:hint="请输入只数" |
|
|
|
|
|
|
|
|
android:hint="请输入数字" |
|
|
android:inputType="number" |
|
|
android:inputType="number" |
|
|
android:maxLines="1" |
|
|
android:maxLines="1" |
|
|
android:padding="@dimen/dp_5" |
|
|
android:padding="@dimen/dp_5" |
|
|
|