<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/chargingLayout"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context="io.github.domi04151309.alwayson.actions.ChargingFlashActivity">

    <ImageView
        android:id="@+id/chargingImage"
        android:layout_width="96dp"
        android:layout_height="96dp"
        android:contentDescription="@null"
        android:layout_centerInParent="true"
        android:src="@drawable/ic_charging_white" />
</RelativeLayout>
