mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-12-01 20:42:15 -05:00
8 lines
249 B
XML
8 lines
249 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<scale xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:scaleHeight="0.25f"
|
||
|
android:scaleWidth="0.25f"
|
||
|
android:scaleGravity="center"
|
||
|
android:src="@drawable/octocat" >
|
||
|
|
||
|
</scale>
|