| |
---|
| | android:layout_height="wrap_content" |
---|
| | android:layout_margin="12dp" |
---|
| | tools:ignore="ExtraText"> |
---|
| | |
---|
| | <Button |
---|
| | android:id="@+id/favorites_book" |
---|
| | android:layout_width="600dp" |
---|
| | android:layout_height="150dp" |
---|
| | android:text="Button" |
---|
| | app:layout_constraintBottom_toBottomOf="parent" |
---|
| | app:layout_constraintEnd_toEndOf="parent" |
---|
| | app:layout_constraintHorizontal_bias="0.502" |
---|
| | app:layout_constraintStart_toStartOf="parent" |
---|
| | app:layout_constraintTop_toBottomOf="@id/other_id" |
---|
| | app:layout_constraintVertical_bias="1.0" /> |
---|
| | <LinearLayout |
---|
| | android:layout_width="match_parent" |
---|
| | android:layout_height="match_parent" |
---|
| | android:orientation="vertical"> |
---|
| | |
---|
| | <TextView |
---|
| | android:id="@+id/other_id" |
---|
| | android:layout_width="100dp" |
---|
| | android:layout_height="30dp" |
---|
| | android:text="TextView" |
---|
| | app:layout_constraintBottom_toBottomOf="parent" |
---|
| | app:layout_constraintEnd_toEndOf="parent" |
---|
| | app:layout_constraintHorizontal_bias="0.013" |
---|
| | app:layout_constraintStart_toStartOf="parent" |
---|
| | app:layout_constraintTop_toTopOf="parent" |
---|
| | app:layout_constraintVertical_bias="0.0" /> |
---|
| | <LinearLayout |
---|
| | android:layout_width="match_parent" |
---|
| | android:layout_height="match_parent" |
---|
| | android:orientation="horizontal"> |
---|
| | |
---|
| | <Button |
---|
| | android:id="@+id/other_icon" |
---|
| | android:layout_width="35dp" |
---|
| | android:layout_height="45dp" |
---|
| | android:backgroundTint="#FFD1D1D1" |
---|
| | android:shape="oval" |
---|
| | app:cornerRadius="60dp" |
---|
| | app:layout_constraintBottom_toBottomOf="parent" |
---|
| | app:layout_constraintEnd_toEndOf="parent" |
---|
| | app:layout_constraintHorizontal_bias="0.504" |
---|
| | app:layout_constraintStart_toStartOf="parent" |
---|
| | app:layout_constraintTop_toTopOf="parent" |
---|
| | app:layout_constraintVertical_bias="0.103" /> |
---|
| | |
---|
| | <TextView |
---|
| | android:id="@+id/other_id" |
---|
| | android:layout_width="100dp" |
---|
| | android:layout_height="30dp" |
---|
| | android:text="TextView" /> |
---|
| | |
---|
| | </LinearLayout> |
---|
| | |
---|
| | <Button |
---|
| | android:id="@+id/favorites_book" |
---|
| | android:layout_width="600dp" |
---|
| | android:layout_height="150dp" |
---|
| | android:text="Button" /> |
---|
| | |
---|
| | </LinearLayout> |
---|
| | |
---|
| | </androidx.constraintlayout.widget.ConstraintLayout> |
---|
| | |