blob: 8515e83a40ae11bf979aa50b22673d84ea1fee1b (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0" encoding="utf-8"?>
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:padding="0dp"
android:src="@drawable/ic_refresh_white_24dp"
style="@style/Widget.AppCompat.ActionButton" />
|