From 7eba12c0a1ee16fe8727ead06e0d81f828313dc2 Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Wed, 17 Aug 2016 18:56:27 +0200 Subject: [PATCH] Update storage place --- .../layout/fragment_data_storage_place_dialog.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/OsmAnd/res/layout/fragment_data_storage_place_dialog.xml b/OsmAnd/res/layout/fragment_data_storage_place_dialog.xml index 905b3c3ede..4dae0b0382 100644 --- a/OsmAnd/res/layout/fragment_data_storage_place_dialog.xml +++ b/OsmAnd/res/layout/fragment_data_storage_place_dialog.xml @@ -43,7 +43,7 @@ android:layout_weight="1" android:paddingTop="22dp" android:text="@string/application_dir" - android:textAppearance="?android:attr/textAppearanceMedium" + android:textColor="?android:attr/textColorPrimary" android:textSize="@dimen/dialog_header_text_size"/> + android:textColor="?android:attr/textColorPrimary" + /> @@ -153,13 +155,14 @@ android:layout_height="wrap_content" android:layout_gravity="fill_horizontal" android:text="@string/storage_directory_shared" - android:textAppearance="?android:attr/textAppearanceMedium"/> + android:textColor="?android:attr/textColorPrimary"/> @@ -200,13 +203,14 @@ android:layout_height="wrap_content" android:layout_gravity="fill_horizontal" android:text="@string/storage_directory_card" - android:textAppearance="?android:attr/textAppearanceMedium"/> + android:textColor="?android:attr/textColorPrimary"/>