diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 8e4878c97..d16d93ae5 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -68,7 +68,7 @@ diff --git a/Makefile b/Makefile index c9ee5c8ee..932f53db0 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ BUILD_G729=0 BUILD_TUNNEL=0 BUILD_WEBRTC_AECM=1 BUILD_OPUS=1 -BUILD_FOR_X86=1 +BUILD_FOR_X86=0 USE_JAVAH=1 BUILD_TLS=1 BUILD_SQLITE=1 diff --git a/res/layout-FR/chat.xml b/res/layout-FR/chat.xml index 5eeb2081a..550f76634 100644 --- a/res/layout-FR/chat.xml +++ b/res/layout-FR/chat.xml @@ -27,7 +27,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" - android:textColor="@android:color/black" /> + android:textColor="@color/text_contrast" /> diff --git a/res/layout-RU/chat.xml b/res/layout-RU/chat.xml index d6cb7d588..85f16d1eb 100644 --- a/res/layout-RU/chat.xml +++ b/res/layout-RU/chat.xml @@ -27,7 +27,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" - android:textColor="@android:color/black" /> + android:textColor="@color/text_contrast" /> diff --git a/res/layout-small/about.xml b/res/layout-small/about.xml index ec5bfef5a..101de6012 100644 --- a/res/layout-small/about.xml +++ b/res/layout-small/about.xml @@ -36,7 +36,7 @@ android:gravity="center" android:paddingTop="50sp" android:textStyle="bold" - android:textColor="@android:color/black" + android:textColor="@color/text_contrast" android:id="@+id/AboutText"/>