activity_charging_flash.xml raw
1 <?xml version="1.0" encoding="utf-8"?>
2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 xmlns:tools="http://schemas.android.com/tools"
4 android:id="@+id/chargingLayout"
5 android:layout_width="match_parent"
6 android:layout_height="match_parent"
7 tools:context="io.github.domi04151309.alwayson.actions.ChargingFlashActivity">
8
9 <ImageView
10 android:id="@+id/chargingImage"
11 android:layout_width="96dp"
12 android:layout_height="96dp"
13 android:contentDescription="@null"
14 android:layout_centerInParent="true"
15 android:src="@drawable/ic_charging_white" />
16 </RelativeLayout>
17