Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #633 from dinsic-pim/yostyle/bugfix_cursor_color
Browse files Browse the repository at this point in the history
Fix cursor color
  • Loading branch information
yostyle authored Oct 1, 2020
2 parents a357354 + 35962b1 commit cf48fcb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vector/src/main/res/layout/activity_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
android:layout_marginTop="12dp"
android:background="@drawable/tchap_search_field"
android:clickable="true"
android:textAlignment="center" />
android:textAlignment="center"
android:theme="@style/Toolbar.SearchView.Light"/>
</androidx.appcompat.widget.Toolbar>

<com.google.android.material.tabs.TabLayout
Expand Down
4 changes: 4 additions & 0 deletions vector/src/main/res/values/theme_light.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@
<item name="editTextColor">@android:color/white</item>
<item name="android:editTextColor">@android:color/white</item>
<item name="android:textColorHint">?attr/vctr_activity_bottom_gradient_color</item>
</style>

<!-- toolbar searchview -->
<style name="Toolbar.SearchView.Light" parent="Widget.AppCompat.SearchView">
<item name="colorControlActivated">@android:color/white</item>
</style>

Expand Down

0 comments on commit cf48fcb

Please sign in to comment.