Browse Source

close #1333

renovate/org.robolectric-robolectric-4.x
Austin Huang 3 years ago
parent
commit
118fffc074
No known key found for this signature in database GPG Key ID: 84C23AA04587A91F
  1. 7
      app/src/main/res/layout/fragment_user_search.xml

7
app/src/main/res/layout/fragment_user_search.xml

@ -37,15 +37,16 @@
app:layout_constraintBottom_toTopOf="@id/done"
app:layout_constraintTop_toBottomOf="@id/group" />
<com.google.android.material.button.MaterialButton
<androidx.appcompat.widget.AppCompatButton
android:id="@+id/done"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
android:backgroundTint="?attr/colorPrimary"
android:text="@string/done"
android:textColor="?attr/colorOnPrimary"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toBottomOf="@id/results"
tools:layout_editor_absoluteX="8dp"
tools:visibility="visible" />
</androidx.constraintlayout.widget.ConstraintLayout>
Loading…
Cancel
Save