| | |
| | | android:layout_weight="1" /> |
| | | |
| | | <Button |
| | | android:id="@+id/call" |
| | | android:visibility="gone" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginRight="@dimen/w10" |
| | | android:background="@drawable/blue_button" |
| | | android:gravity="center_vertical" |
| | | android:padding="@dimen/h5" |
| | | android:text="呼叫" |
| | | android:textColor="@color/colorWhite" |
| | | android:textSize="@dimen/base_info_text_size" /> |
| | | |
| | | <Button |
| | | android:visibility="gone" |
| | | android:id="@+id/home" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | |
| | | |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="horizontal"> |
| | | <ImageView |
| | | android:layout_marginLeft="@dimen/w15" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/h65" |
| | | android:scaleType="centerInside" |
| | | android:src="@drawable/logo" /> |
| | | <TextView |
| | | android:visibility="gone" |
| | | android:id="@+id/update_apk" |
| | | android:layout_marginLeft="@dimen/w15" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="有新版本,请安装1" |
| | | /> |
| | | </LinearLayout> |
| | | |
| | | </RelativeLayout> |
| | | |