如何在固定的地方按钮

时间:2015-10-05 23:34:55

标签: android xml

我在Android应用程序上工作 我致力于实现我的设计 我尝试实现我的设计的这一部分

http://new.karkira.com/capture.jpg

我无法添加图片,请在服务器上查看

我尝试绝对布局和线性布局,但两者都没有成功地工作

我花了一天时间以标准的方式解决它,但我找不到合适的解决方案

请帮帮我 提前谢谢

我尝试使用线性布局 这是我的代码

`

enter code here

   <ImageView
       android:layout_width="0dip"
       android:layout_height="wrap_content"
       android:id="@+id/imageView3"
       android:background="@drawable/bar"

       android:layout_weight="4"/>


   <ImageView
       android:layout_width="20dip"
       android:layout_height="50dip"
       android:id="@+id/imageView4"
       android:background="@drawable/twitter"
       android:paddingBottom="10dip"
       android:layout_weight="1"/>


   <ImageView
       android:layout_width="20dip"
       android:layout_height="50dip"
       android:id="@+id/imageView5"
       android:background="@drawable/facbook"

       android:layout_weight="1"/>

   <ImageView
       android:layout_width="20dip"
       android:layout_height="50dip"
       android:id="@+id/imageView6"
       android:background="@drawable/instagram"

       android:layout_weight="1"/>

   <ImageView
       android:layout_width="0dip"
       android:layout_height="wrap_content"
       android:id="@+id/imageView7"
       android:background="@drawable/bar"

       android:layout_weight="4"/>

`

0 个答案:

没有答案