| | |
| | | app:layout_constraintStart_toStartOf="@+id/user_name_tv" |
| | | app:layout_constraintTop_toBottomOf="@+id/user_name_tv" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/save_tv" |
| | | android:layout_width="158dp" |
| | | android:layout_height="@dimen/dp_52" |
| | | android:layout_marginTop="@dimen/dp_16" |
| | | android:background="@drawable/selected_8_38c494" |
| | | android:gravity="center" |
| | | android:text="@string/save_to_album" |
| | | android:textColor="@color/text_FFFFFFFF" |
| | | android:textSize="@dimen/text_18" |
| | | app:layout_constraintEnd_toEndOf="@+id/user_name_tv" |
| | | app:layout_constraintStart_toStartOf="@+id/user_name_tv" |
| | | app:layout_constraintTop_toBottomOf="@+id/user_account_tv" /> |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |