diff --git a/res/drawable/text_button.xml b/res/drawable/text_button.xml
deleted file mode 100644
index 982f2f896..000000000
--- a/res/drawable/text_button.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/res/drawable/text_color.xml b/res/drawable/text_color.xml
deleted file mode 100644
index 3a895c222..000000000
--- a/res/drawable/text_color.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/res/drawable/text_incall_button_color.xml b/res/drawable/text_incall_button_color.xml
deleted file mode 100644
index 9431c27e4..000000000
--- a/res/drawable/text_incall_button_color.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/res/drawable/text_switch_button_color.xml b/res/drawable/text_switch_button_color.xml
deleted file mode 100644
index e883208d1..000000000
--- a/res/drawable/text_switch_button_color.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/res/layout/about.xml b/res/layout/about.xml
index 58d6f6a1f..3b60fe32b 100644
--- a/res/layout/about.xml
+++ b/res/layout/about.xml
@@ -28,7 +28,7 @@
android:text="@string/about_text"
android:gravity="center"
android:textStyle="bold"
- android:textColor="@color/text_contrast"
+ android:textColor="@color/colorB"
android:id="@+id/AboutText"/>
diff --git a/res/layout/chatlist.xml b/res/layout/chatlist.xml
index 6310603a8..e6afaea73 100644
--- a/res/layout/chatlist.xml
+++ b/res/layout/chatlist.xml
@@ -50,7 +50,7 @@
android:layout_height="match_parent"
android:gravity="center"
android:text="@string/no_chat_history"
- android:textColor="@drawable/text_color"
+ android:textColor="@color/colorB"
android:textAppearance="@android:style/TextAppearance.Large"/>
\ No newline at end of file
diff --git a/res/layout/chatlist_cell.xml b/res/layout/chatlist_cell.xml
index 76c8e1e75..3bee3b5a9 100644
--- a/res/layout/chatlist_cell.xml
+++ b/res/layout/chatlist_cell.xml
@@ -1,7 +1,7 @@
@@ -41,12 +41,13 @@
+ android:layout_height="match_parent"
+ android:gravity="center">
@@ -92,8 +95,7 @@
style="@style/font6"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceLarge"
- android:textColor="@color/text_contrast"/>
+ android:layout_marginRight="30dp"/>
diff --git a/res/layout/contact_cell.xml b/res/layout/contact_cell.xml
index f6983b691..c61d6ad42 100644
--- a/res/layout/contact_cell.xml
+++ b/res/layout/contact_cell.xml
@@ -64,12 +64,11 @@
diff --git a/res/layout/dialer.xml b/res/layout/dialer.xml
index 0e42ae587..615fd8e0b 100644
--- a/res/layout/dialer.xml
+++ b/res/layout/dialer.xml
@@ -30,6 +30,7 @@
android:ellipsize="start"
android:inputType="textEmailAddress"
android:hint="@string/address_bar_hint"
+ android:textColorHint="@color/colorE"
android:paddingLeft="20dp"
android:paddingRight="5dp"
android:layout_toLeftOf="@id/Erase"
diff --git a/res/layout/incall_stats.xml b/res/layout/incall_stats.xml
index 4dce83347..f8e1e5ca8 100644
--- a/res/layout/incall_stats.xml
+++ b/res/layout/incall_stats.xml
@@ -1,8 +1,8 @@
+ android:orientation="vertical"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+ android:paddingRight="5dp">
@@ -39,7 +38,7 @@
android:gravity="left|center_vertical"
android:text="@string/call_stats_codec"
android:textStyle="bold"
- android:textColor="@android:color/white"
+ android:textColor="@color/colorB"
android:textSize="12sp"/>
@@ -63,7 +62,7 @@
android:gravity="left|center_vertical"
android:text="@string/call_stats_upload"
android:textStyle="bold"
- android:textColor="@android:color/white"
+ android:textColor="@color/colorB"
android:textSize="12sp"/>
@@ -86,7 +85,7 @@
android:layout_height="wrap_content"
android:gravity="left|center_vertical"
android:text="@string/call_stats_download"
- android:textColor="@android:color/white"
+ android:textColor="@color/colorB"
android:textStyle="bold"
android:textSize="12sp"/>
@@ -96,7 +95,7 @@
android:layout_height="wrap_content"
android:paddingLeft="5dp"
android:gravity="right|center_vertical"
- android:textColor="@android:color/white"
+ android:textColor="@color/colorB"
android:textSize="12sp"/>
@@ -111,7 +110,7 @@
android:gravity="left|center_vertical"
android:text="@string/call_stats_ice"
android:textStyle="bold"
- android:textColor="@android:color/white"
+ android:textColor="@color/colorB"
android:textSize="12sp"/>
@@ -136,7 +135,7 @@
android:gravity="left|center_vertical"
android:text="@string/call_stats_video_resolution"
android:textStyle="bold"
- android:textColor="@android:color/white"
+ android:textColor="@color/colorB"
android:textSize="12sp"/>
diff --git a/res/layout/toast.xml b/res/layout/toast.xml
index 4ae7ccfa5..12b51c18d 100644
--- a/res/layout/toast.xml
+++ b/res/layout/toast.xml
@@ -3,7 +3,7 @@
android:id="@+id/toastRoot"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:background="@drawable/popup"
+ android:background="@color/colorB"
android:orientation="vertical" >
-
-
-
-
-
+
\ No newline at end of file
diff --git a/res/values/color.xml b/res/values/color.xml
index 6486e2d39..740dc6902 100644
--- a/res/values/color.xml
+++ b/res/values/color.xml
@@ -1,51 +1,18 @@
-
- #ff5e00
- #000000
- #444444
- #808080
- #c4c4c4
- #e1e1e1
- #f3f3f3
- #ffffff
- #ff0000
- #ffa645
- #3eb5c0
- #96c11f
- #ffeee5
+ #ff5e00
+ #000000
+ #444444
+ #808080
+ #c4c4c4
+ #e1e1e1
+ #f3f3f3
+ #ffffff
+ #ff0000
+ #ffa645
+ #3eb5c0
+ #96c11f
+ #ffeee5
-
-
-
-
-
- #ffcf4c29
-
- #ffcf4c29
- #ffb9c4cb
- #ff5b656f
- #ffa6b3bf
- #ff7e8e9e
-
- #ffffff
- #ff41484f
-
- #ff41484f
- #ffa6b3bf
- #ff41484f
- #ffcf4c29
-
- #ffe4edf2
- #ffd8d8d8
- #ffb1bdc3
-
- #ffcf4c29
-
#00000000
-
- #CCCCCC
-
- #ff000000
- #ff262a2e