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

7 lines
304 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"
style="@style/Widget.AppCompat.Toolbar.Button.Navigation"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@drawable/baseline_folder_24" />