BUG

作者: 哈哈撒拉嘿 | 来源:发表于2018-11-30 13:39 被阅读0次

<?xml version="1.0" encoding="utf-8"?>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

    android:layout_width="match_parent"

    android:orientation="vertical"

    android:id="@+id/home_wuling"

    android:layout_height="match_parent">

            android:padding="20dp"

            android:layout_width="wrap_content"

            android:layout_height="90dp">

                    android:id="@+id/show_wuling"

                    android:layout_centerVertical="true"

                    android:layout_width="wrap_content"

                    android:layout_height="wrap_content"

                    android:text="@string/wuling_conn"

                    android:layout_marginTop="10dp"

                    android:layout_alignParentRight="true"

                    style="@style/title_style"

                    />

            android:id="@+id/show_wuling_message"

            android:layout_width="wrap_content"

            android:layout_height="wrap_content">

                    android:id="@+id/textView3"

                    android:layout_width="match_parent"

                    android:layout_height="wrap_content"

                    android:layout_marginLeft="61dp"

                    android:paddingTop="110dp"

                    style="@style/title_style"

                    android:text="@string/please_connect"

                    />

                    android:id="@+id/textView4"

                    android:layout_width="match_parent"

                    android:layout_height="wrap_content"

                    android:layout_marginTop="120dp"

                    android:layout_marginLeft="71dp"

                    android:paddingTop="25dp"

                    android:text="@string/mobile_phone"

                    style="@style/title_style"

                    />

</LinearLayout>

相关文章

网友评论

      本文标题:BUG

      本文链接:https://www.haomeiwen.com/subject/wuqhcqtx.html