|
|
@ -51,12 +51,25 @@
|
|
|
|
android:textColor="@color/white"
|
|
|
|
android:textColor="@color/white"
|
|
|
|
android:textSize="@dimen/_30dp" />
|
|
|
|
android:textSize="@dimen/_30dp" />
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/battery"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="@dimen/_50dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="@dimen/_27dp"
|
|
|
|
android:layout_marginStart="@dimen/_40dp">
|
|
|
|
android:layout_marginStart="@dimen/_40dp"
|
|
|
|
|
|
|
|
android:src="@drawable/battery"/>
|
|
|
|
<ImageView
|
|
|
|
|
|
|
|
android:id="@+id/battery"
|
|
|
|
|
|
|
|
android:layout_width="@dimen/_50dp"
|
|
|
|
|
|
|
|
android:layout_height="@dimen/_27dp"
|
|
|
|
|
|
|
|
android:src="@drawable/battery"/>
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
|
|
android:id="@+id/battery_txt"
|
|
|
|
|
|
|
|
android:layout_width="@dimen/_50dp"
|
|
|
|
|
|
|
|
android:layout_height="@dimen/_27dp"
|
|
|
|
|
|
|
|
android:textColor="@color/red"
|
|
|
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
|
|
|
android:text="60"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/wifi"
|
|
|
|
android:id="@+id/wifi"
|
|
|
|