FairEmail/app/src/main/res/layout/action_button.xml

10 lines
420 B
XML

<?xml version="1.0" encoding="utf-8"?>
<ImageButton xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
style="@android:style/Widget.ActionButton"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:theme="?actionBarTheme"
app:srcCompat="@mipmap/ic_launcher"
app:tint="?android:attr/textColorPrimary" />