|
@@ -1,7 +1,7 @@
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
-<layout>
|
|
|
|
|
|
+<layout xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
|
+ <RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:fitsSystemWindows="true">
|
|
android:fitsSystemWindows="true">
|
|
@@ -40,6 +40,8 @@
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginTop="10dp"
|
|
|
|
+ android:layout_gravity="center"
|
|
|
|
+ android:gravity="center"
|
|
android:text="@string/custom_title"
|
|
android:text="@string/custom_title"
|
|
android:textColor="#ffffff"
|
|
android:textColor="#ffffff"
|
|
android:textSize="16sp" />
|
|
android:textSize="16sp" />
|
|
@@ -64,6 +66,8 @@
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginTop="10dp"
|
|
|
|
+ android:layout_gravity="center"
|
|
|
|
+ android:gravity="center"
|
|
android:text="@string/call_list"
|
|
android:text="@string/call_list"
|
|
android:textColor="#ffffff"
|
|
android:textColor="#ffffff"
|
|
android:textSize="16sp" />
|
|
android:textSize="16sp" />
|
|
@@ -206,6 +210,8 @@
|
|
android:id="@+id/tv_signal_strength"
|
|
android:id="@+id/tv_signal_strength"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="center"
|
|
|
|
+ android:gravity="center"
|
|
android:textColor="#ffffff"
|
|
android:textColor="#ffffff"
|
|
android:textSize="12sp" />
|
|
android:textSize="12sp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
@@ -228,6 +234,8 @@
|
|
<TextView
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="center"
|
|
|
|
+ android:gravity="center"
|
|
android:text="@string/colleague"
|
|
android:text="@string/colleague"
|
|
android:textColor="#ffffff"
|
|
android:textColor="#ffffff"
|
|
android:textSize="12sp" />
|
|
android:textSize="12sp" />
|