Fix dialog expand
This commit is contained in:
parent
6fc78159d4
commit
2fa5102cd3
6 changed files with 40 additions and 8 deletions
|
@ -11,6 +11,9 @@
|
|||
android:id="@+id/titleContainer"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?rectSelector"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
@ -51,8 +54,8 @@
|
|||
android:padding="16dp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:srcCompat="@drawable/ic_keyboard_arrow_right_white_24dp"
|
||||
app:tint="@color/ate_primary_text_light" />
|
||||
app:srcCompat="@drawable/ic_arrow_forward_white_24dp"
|
||||
app:tint="?colorOnPrimary" />
|
||||
</LinearLayout>
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue