| |
---|
| | android:layout_width="match_parent" |
---|
| | android:layout_height="match_parent" |
---|
| | tools:context=".RequestingActivity"> |
---|
| | |
---|
| | |
---|
| | <Button |
---|
| | android:id="@+id/requestingAcReturnButton" |
---|
| | android:layout_width="50dp" |
---|
| | android:layout_height="55dp" |
---|
| | android:backgroundTint="#00BCD4" |
---|
| | android:text="←" |
---|
| | android:textSize="20sp" |
---|
| | app:layout_constraintBottom_toBottomOf="parent" |
---|
| | app:layout_constraintEnd_toEndOf="parent" |
---|
| | app:layout_constraintHorizontal_bias="0.07" |
---|
| | app:layout_constraintStart_toStartOf="parent" |
---|
| | app:layout_constraintTop_toTopOf="parent" |
---|
| | app:layout_constraintVertical_bias="0.025" /> |
---|
| | |
---|
| | <TextView |
---|
| | android:id="@+id/requestingAcTitle" |
---|
| | android:layout_width="250dp" |
---|
| | android:layout_height="40dp" |
---|
| | android:breakStrategy="high_quality" |
---|
| | android:gravity="center_horizontal" |
---|
| | android:text="フレンド申請" |
---|
| | android:textSize="18sp" |
---|
| | app:layout_constraintBottom_toBottomOf="parent" |
---|
| | app:layout_constraintEnd_toEndOf="parent" |
---|
| | app:layout_constraintHorizontal_bias="0.5" |
---|
| | app:layout_constraintStart_toStartOf="parent" |
---|
| | app:layout_constraintTop_toTopOf="parent" |
---|
| | app:layout_constraintVertical_bias="0.047" /> |
---|
| | |
---|
| | <TextView |
---|
| | android:id="@+id/titleSearchRequesting" |
---|
| | android:layout_width="wrap_content" |
---|
| | android:layout_height="wrap_content" |
---|
| | android:text="IDで検索してフレンド申請を送る" |
---|
| | app:layout_constraintBottom_toBottomOf="parent" |
---|
| | app:layout_constraintEnd_toEndOf="parent" |
---|
| | app:layout_constraintHorizontal_bias="0.094" |
---|
| | app:layout_constraintStart_toStartOf="parent" |
---|
| | app:layout_constraintTop_toTopOf="parent" |
---|
| | app:layout_constraintVertical_bias="0.127" /> |
---|
| | |
---|
| | <TextView |
---|
| | android:id="@+id/titleRequestingList" |
---|
| | android:layout_width="wrap_content" |
---|
| | android:layout_height="wrap_content" |
---|
| | android:text="フレンド申請中のユーザー" |
---|
| | app:layout_constraintBottom_toBottomOf="parent" |
---|
| | app:layout_constraintEnd_toEndOf="parent" |
---|
| | app:layout_constraintHorizontal_bias="0.079" |
---|
| | app:layout_constraintStart_toStartOf="parent" |
---|
| | app:layout_constraintTop_toTopOf="parent" |
---|
| | app:layout_constraintVertical_bias="0.25" /> |
---|
| | |
---|
| | <EditText |
---|
| | android:id="@+id/inputRequestingId" |
---|
| | android:layout_width="wrap_content" |
---|
| | android:layout_height="wrap_content" |
---|
| | android:ems="10" |
---|
| | android:inputType="textPersonName" |
---|
| | android:text="IDを入力" |
---|
| | app:layout_constraintBottom_toBottomOf="parent" |
---|
| | app:layout_constraintEnd_toEndOf="parent" |
---|
| | app:layout_constraintHorizontal_bias="0.233" |
---|
| | app:layout_constraintStart_toStartOf="parent" |
---|
| | app:layout_constraintTop_toTopOf="parent" |
---|
| | app:layout_constraintVertical_bias="0.17" /> |
---|
| | |
---|
| | <Button |
---|
| | android:id="@+id/requestingSearchButton" |
---|
| | android:layout_width="wrap_content" |
---|
| | android:layout_height="wrap_content" |
---|
| | android:backgroundTint="#00BCD4" |
---|
| | android:text="検索" |
---|
| | app:layout_constraintBottom_toBottomOf="parent" |
---|
| | app:layout_constraintEnd_toEndOf="parent" |
---|
| | app:layout_constraintHorizontal_bias="0.5" |
---|
| | app:layout_constraintStart_toEndOf="@+id/inputRequestingId" |
---|
| | app:layout_constraintTop_toTopOf="parent" |
---|
| | app:layout_constraintVertical_bias="0.171" /> |
---|
| | |
---|
| | <androidx.recyclerview.widget.RecyclerView |
---|
| | android:id="@+id/requestingList" |
---|
| | android:layout_width="400dp" |
---|
| | android:layout_height="400dp" |
---|
| | app:layout_constraintBottom_toBottomOf="parent" |
---|
| | app:layout_constraintEnd_toEndOf="parent" |
---|
| | app:layout_constraintHorizontal_bias="0.454" |
---|
| | app:layout_constraintStart_toStartOf="parent" |
---|
| | app:layout_constraintTop_toTopOf="parent" |
---|
| | app:layout_constraintVertical_bias="0.67" /> |
---|
| | |
---|
| | |
---|
| | </androidx.constraintlayout.widget.ConstraintLayout> |
---|
| | |
RequestingActivityの更新
Requesting
9007d2c
intomaster
fromRequesting
on 11 Jul 2023