|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="@dimen/_87dp"
|
|
|
|
|
android:layout_height="@dimen/_120dp"
|
|
|
|
|
android:background="@color/_242f4d"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
@ -51,9 +51,11 @@
|
|
|
|
|
android:textColor="@color/white"
|
|
|
|
|
android:textSize="@dimen/_30dp" />
|
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:layout_marginStart="@dimen/_40dp">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
@ -63,13 +65,15 @@
|
|
|
|
|
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:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="@dimen/_6dp"
|
|
|
|
|
android:textColor="@color/white"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:textSize="@dimen/_23dp"
|
|
|
|
|
android:text="60"/>
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/wifi"
|
|
|
|
|