Update and rename 设置1行的.txt to 设置1列的.txt
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
<LinearLayout
|
||||
android:id="@+id/llHomeApi"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/vs_60"
|
||||
android:layout_marginBottom="@dimen/vs_10"
|
||||
android:background="@drawable/shape_setting_model_focus"
|
||||
android:focusable="true"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal"
|
||||
android:paddingLeft="@dimen/vs_20"
|
||||
android:paddingRight="@dimen/vs_20">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="首页数据源"
|
||||
android:textColor="@android:color/white"
|
||||
android:textSize="@dimen/ts_24" />
|
||||
|
||||
<Space
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvHomeApi"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:ellipsize="middle"
|
||||
android:singleLine="true"
|
||||
android:textColor="@android:color/white"
|
||||
android:textSize="@dimen/ts_24" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/vs_10"
|
||||
android:layout_marginLeft="@dimen/vs_10"
|
||||
android:text=">"
|
||||
android:textColor="@android:color/white"
|
||||
android:textSize="@dimen/ts_30" />
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user