Newer
Older
KillProcess / app / src / main / res / layout / widget_layout.xml
bello on 27 Mar 2018 443 bytes init
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
              android:orientation="vertical" android:layout_width="match_parent"
              android:layout_height="match_parent">
    <ImageView
        android:id="@+id/clean_img"
        android:layout_width="wrap_content"
        android:src="@drawable/ic_clear"
        android:layout_height="wrap_content"/>
</LinearLayout>