Twidere-App-Android-Twitter.../twidere/src/main/res/layout/layout_action_item_favorite...

21 lines
789 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
style="?actionButtonStyle"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="center"
android:addStatesFromChildren="true"
android:background="?actionBarItemBackground"
android:focusable="true">
<ImageView
android:id="@+id/icon"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:contentDescription="@string/action_like"
android:scaleType="centerInside"
android:src="@drawable/ic_action_heart"/>
</FrameLayout>