Merge pull request #1944 from MilosKozak/historybuttons

Use AppCompatImageButton
This commit is contained in:
Milos Kozak 2019-08-07 23:11:53 +02:00 committed by GitHub
commit 37a21f15c7
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"