Skip to content

Commit

Permalink
teams: smoother voices button (fixes #4933) (#4943)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <dogi@users.noreply.github.com>
  • Loading branch information
deeppp15 and dogi authored Jan 6, 2025
1 parent 21d9a95 commit 699c27e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions app/src/main/res/layout/fragment_news.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
<LinearLayout
android:id="@+id/ll_add_news"
android:layout_width="match_parent"
Expand All @@ -43,7 +45,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="@dimen/profile_card_bell"
android:textColor="@color/daynight_textColor" />
android:textColor="@color/daynight_textColor"
android:backgroundTint="@color/daynight_textColor" />
</com.google.android.material.textfield.TextInputLayout>

<LinearLayout
Expand Down

0 comments on commit 699c27e

Please sign in to comment.