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

10 lines
420 B
XML
Raw Normal View History

2019-04-27 19:16:00 +00:00
<?xml version="1.0" encoding="utf-8"?>
<ImageButton xmlns:android="http://schemas.android.com/apk/res/android"
2019-06-14 18:29:40 +00:00
xmlns:app="http://schemas.android.com/apk/res-auto"
2022-02-19 19:14:31 +00:00
style="@android:style/Widget.ActionButton"
2019-04-27 19:16:00 +00:00
android:layout_width="match_parent"
android:layout_height="match_parent"
2022-02-19 19:14:31 +00:00
android:theme="?actionBarTheme"
2021-09-07 19:06:17 +00:00
app:srcCompat="@mipmap/ic_launcher"
2022-02-19 19:14:31 +00:00
app:tint="?android:attr/textColorPrimary" />