Use AppCompatImageButton

This commit is contained in:
AdrianLxM 2019-08-07 17:36:48 +02:00 committed by GitHub
parent 97e39c0bf1
commit 82323c3c37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@
android:layout_height="wrap_content"
android:orientation="horizontal">
<ImageButton
<androidx.appcompat.widget.AppCompatImageButton
android:id="@+id/historybrowse_left"
android:layout_width="wrap_content"
android:layout_height="match_parent"
@ -40,13 +40,13 @@
android:layout_weight="1"
android:text="Button" />
<ImageButton
<androidx.appcompat.widget.AppCompatImageButton
android:id="@+id/historybrowse_right"
android:layout_width="wrap_content"
android:layout_height="match_parent"
app:srcCompat="@drawable/ic_chevron_right_black_24dp" />
<ImageButton
<androidx.appcompat.widget.AppCompatImageButton
android:id="@+id/historybrowse_end"
android:layout_width="wrap_content"
android:layout_height="match_parent"