Files
rr3-apk/res/layout/abc_list_menu_item_icon.xml
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

4 lines
533 B
XML

<?xml version="1.0" encoding="utf-8"?>
<ImageView android:layout_gravity="center_vertical" android:id="@id/icon" android:duplicateParentState="true" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="8.0dip" android:layout_marginTop="8.0dip" android:layout_marginRight="-8.0dip" android:layout_marginBottom="8.0dip" android:scaleType="centerInside" android:layout_marginStart="8.0dip" android:layout_marginEnd="-8.0dip"
xmlns:android="http://schemas.android.com/apk/res/android" />