diff --git a/app/build.gradle b/app/build.gradle index 870334e27a..b53d4f3dd6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "org.ole.planet.myplanet" minSdkVersion 26 targetSdkVersion 34 - versionCode 2169 - versionName "0.21.69" + versionCode 2170 + versionName "0.21.70" ndkVersion '21.3.6528147' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/layout/fragment_news.xml b/app/src/main/res/layout/fragment_news.xml index 5ada25ec70..00801d816f 100644 --- a/app/src/main/res/layout/fragment_news.xml +++ b/app/src/main/res/layout/fragment_news.xml @@ -18,7 +18,9 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAllCaps="false" - android:text="@string/new_voice" /> + android:text="@string/new_voice" + android:background="@color/mainColor" + android:textColor="@android:color/white" /> + android:textColor="@color/daynight_textColor" + android:backgroundTint="@color/daynight_textColor" />