mirror of https://github.com/readrops/Readrops.git
Add and indicator to feeds/folders tab layout
This commit is contained in:
parent
c097a454bf
commit
46a1f83d38
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@android:color/white" />
|
||||
</shape>
|
|
@ -23,7 +23,10 @@
|
|||
<com.google.android.material.tabs.TabLayout
|
||||
android:id="@+id/manage_feeds_folders_tablayout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
android:layout_height="match_parent"
|
||||
app:tabIndicator="@drawable/tab_indicator"
|
||||
app:tabIndicatorColor="@android:color/white"
|
||||
app:tabIndicatorHeight="4dp"/>
|
||||
|
||||
</com.google.android.material.appbar.AppBarLayout>
|
||||
|
||||
|
|
Loading…
Reference in New Issue