-1
このプログラムで
<ScrollView>
<RelativeLayout>
<android.support.v7.widget.RecyclerView
android:id="@+id/rv_comment"
android:layout_below="@+id/divider_daily"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:nestedScrollingEnabled="false">
</android.support.v7.widget.RecyclerView>
</RelativeLayout>
</ScrollView>
<com.myfitness.MyFitness.utils.customfont.CustomTextView
android:id="@+id/btn_start_workout"
android:layout_width="match_parent"
android:layout_height="@dimen/app_bar_height"
android:layout_alignParentBottom="true"
android:layout_marginBottom="10dp"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
android:background="@drawable/background_btn_start_workout"
android:gravity="center"
android:text="@string/btn_start_workout"
android:textColor="@color/white"
android:textSize="20sp" />
のような私のxml私はボタンをクリックすると、私はRecyclerView以下RelativeLayoutにScrollView外のTextViewを移動したいです。
私はLayoutParamsを使うべきだと思っていますが、どのようにすればいいのか分かりません。