爱玺玺

爱玺玺的生活日记本。wx:lb87626

android控件占屏宽的三分之一


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

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

    xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"

    android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin"

    android:paddingRight="@dimen/activity_horizontal_margin"

    android:paddingTop="@dimen/activity_vertical_margin"

    android:orientation="horizontal"

    android:paddingBottom="@dimen/activity_vertical_margin" tools:context=".MainActivity">

    <TextView

        android:layout_width="0"

        android:layout_height="wrap_content"

        android:background="#ff0000"

        android:layout_weight="1"

        android:text="左边的"/>

    <TextView

        android:layout_width="0"

        android:layout_height="wrap_content"

        android:background="#00ff00"

        android:layout_weight="2"

        android:text="右边"/>

</LinearLayout>

发表评论:

Powered By Z-BlogPHP 1.4 Deeplue Build 150101

Copyright Your WebSite.Some Rights Reserved.

蜀ICP备11021721号-5