在我的应用中,我有一项活动。 我的活动
<RelativeLayout 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" >
<RelativeLayout
android:id="@+id/Rlayout_top"
android:layout_width="match_parent"
android:layout_height="50dp"
android:background="#ffffff"
android:paddingBottom="5dp"
android:paddingLeft="5dp"
android:paddingRight="5dp"
android:paddingTop="5dp" >
<Button
android:id="@+id/btnUp"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_alignParentBottom="true"
android:layout_marginRight="4dp"
android:layout_toRightOf="@+id/layout_btn_back"
android:background="@drawable/custom_btup" />
<Button
android:id="@+id/btnDown"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_alignParentBottom="true"
android:layout_toRightOf="@+id/btnUp"
android:background="@drawable/custom_btdown" />
</RelativeLayout>
<android.support.v4.view.ViewPager
android:id="@+id/view_pager"
android:layout_width="match_parent"
android:layout_height="fill_parent"
android:layout_below="@+id/Rlayout_top" >
</android.support.v4.view.ViewPager>
</RelativeLayout>
答案 0 :(得分:0)
textView.getLayoutParams.Height = pixels;