Created
January 31, 2020 17:29
-
-
Save siscofran999/78b1631f7910915c71ad892b65d54d21 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<shape xmlns:android="http://schemas.android.com/apk/res/android" | |
android:shape="rectangle"> | |
<!-- radius should be half of the desired TabLayout height --> | |
<corners | |
android:radius="15dp"/> | |
<!-- color of the selected tab --> | |
<solid | |
android:color="@color/colorBgTabSelected"/> | |
</shape> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment